Uses of Class
wt.part.PartCombinedPathOccurrence

Packages that use PartCombinedPathOccurrence
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of PartCombinedPathOccurrence in wt.part
 

Methods in wt.part that return PartCombinedPathOccurrence
protected  PartCombinedPathOccurrence PartOccurrenceProcessor.getCombinedPathOccurrence(int index)
          Deprecated.  
static PartCombinedPathOccurrence PartCombinedPathOccurrence.newPartCombinedPathOccurrence(PartPathOccurrence parent, PathParentableOccurrence child)
          This constructor takes both a parent PartPathOccurrence and a child PathParentableOccurrence (normally either a PartPathOccurrence or a PartCombinedPathOccurrence).
 

Methods in wt.part with parameters of type PartCombinedPathOccurrence
protected  boolean PartCombinedPathOccurrence.readVersion(PartCombinedPathOccurrence thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.