Uses of Interface
wt.epm.structure.DependencyGraph.Visitor

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

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

Classes in com.ptc.windchill.cadx.saveas that implement DependencyGraph.Visitor
(package private)  class DocCentricDependencyTracer.SaveAsVisitor
           
 

Uses of DependencyGraph.Visitor in wt.epm.structure
 

Classes in wt.epm.structure that implement DependencyGraph.Visitor
static class DependencyGraph.AbstractVisitor
           
 

Methods in wt.epm.structure with parameters of type DependencyGraph.Visitor
 Collection DependencyGraph.traceDependencies(Collection parents, DependencyGraph.Visitor visitor)
          Given a collection of Parts or Documents, recursively trace their dependents.