wt.epm.ndi.impl
Class EPMNeutralDataImpl.GhostResolver

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNeutralDataImpl.GhostResolver
All Implemented Interfaces:
EPMNDGhostResolverDelegate
Enclosing class:
EPMNeutralDataImpl

class EPMNeutralDataImpl.GhostResolver
extends Object
implements EPMNDGhostResolverDelegate


Field Summary
 
Fields inherited from interface wt.epm.ndi.EPMNDGhostResolverDelegate
AUTO_RESOLVE, BEND, DEFAULT, DO_NOT_RESOLVE, IGNORE
 
Constructor Summary
(package private) EPMNeutralDataImpl.GhostResolver()
           
 
Method Summary
 Collection getAutoResolveDocs()
          getAutoResolveDocs
 int getCADFinaleGhostResolutionOption(EPMNDDependency dep)
          getCADFinaleGhostResolutionOption
 int getCADGhostResolutionOption(String ghostName)
          getCADGhostResolutionOption
 boolean isServerSideIgnore(EPMNDDependency dep)
          isServerSideIgnore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPMNeutralDataImpl.GhostResolver

EPMNeutralDataImpl.GhostResolver()
Method Detail

getAutoResolveDocs

public Collection getAutoResolveDocs()
getAutoResolveDocs

Specified by:
getAutoResolveDocs in interface EPMNDGhostResolverDelegate
Returns:
Collection

getCADFinaleGhostResolutionOption

public int getCADFinaleGhostResolutionOption(EPMNDDependency dep)
getCADFinaleGhostResolutionOption

Specified by:
getCADFinaleGhostResolutionOption in interface EPMNDGhostResolverDelegate
Parameters:
dep - EPMNDDependency
Returns:
int

getCADGhostResolutionOption

public int getCADGhostResolutionOption(String ghostName)
getCADGhostResolutionOption

Specified by:
getCADGhostResolutionOption in interface EPMNDGhostResolverDelegate
Parameters:
ghostName - String
Returns:
int

isServerSideIgnore

public boolean isServerSideIgnore(EPMNDDependency dep)
isServerSideIgnore

Specified by:
isServerSideIgnore in interface EPMNDGhostResolverDelegate
Parameters:
dep - EPMNDDependency
Returns:
boolean