Uses of Class
com.ptc.windchill.upgrade.ius.DependencyGraphModel.Edge

Packages that use DependencyGraphModel.Edge
com.ptc.windchill.upgrade.ius   
 

Uses of DependencyGraphModel.Edge in com.ptc.windchill.upgrade.ius
 

Subclasses of DependencyGraphModel.Edge in com.ptc.windchill.upgrade.ius
private  class DependencyGraphModel.ExcludingEdge
          Edge to denote an exclusion dependency as: "If the to-node is run, it precludes the from-node from running"
private  class DependencyGraphModel.RequiringEdge
          Edge to denote an required dependency as: "The to-node is required for the from-node to work"