Uses of Class
wt.epm.structure.DependencyGraph.Dependency

Packages that use DependencyGraph.Dependency
com.ptc.windchill.cadx.saveas   
wt.epm.structure   
 

Uses of DependencyGraph.Dependency in com.ptc.windchill.cadx.saveas
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type DependencyGraph.Dependency
 boolean DocCentricDependencyTracer.SaveAsVisitor.visit(Persistable node, DependencyGraph.Dependency dependency, Iterated fromNode, boolean previouslyVisited)
           
 

Uses of DependencyGraph.Dependency in wt.epm.structure
 

Methods in wt.epm.structure with parameters of type DependencyGraph.Dependency
 boolean DependencyGraph.Visitor.visit(Persistable node, DependencyGraph.Dependency dependency, Iterated fromNode, boolean previouslyVisited)
          Decides whether or not to continue the traversal upwards or downwards starting with the given node.
 boolean DependencyGraph.AbstractVisitor.visit(Persistable node, DependencyGraph.Dependency dependency, Iterated fromNode, boolean previouslyVisited)