Uses of Interface
wt.occurrence.CombinedOccurrence

Packages that use CombinedOccurrence
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
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 CombinedOccurrence in wt.occurrence
 

Classes in wt.occurrence that implement CombinedOccurrence
 class CombinedPathOccurrence
          This combines a parent PathOccurrence (owned by one PathOwner) with a child PathParentableOccurrence (owned by a different PathOwner); its context is the context of its parent.
 

Uses of CombinedOccurrence in wt.part
 

Classes in wt.part that implement CombinedOccurrence
 class PartCombinedPathOccurrence
          This CombinedPathOccurrence has a name attribute that can be used to hold a reference designator value.