Uses of Interface
wt.representation.RepresentableMaster

Packages that use RepresentableMaster
wt.doc   
wt.epm
 
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

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 RepresentableMaster in wt.doc
 

Classes in wt.doc that implement RepresentableMaster
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of RepresentableMaster in wt.epm
 

Classes in wt.epm that implement RepresentableMaster
 class EPMDocumentMaster
          The Master of an EPMDocument.
 

Uses of RepresentableMaster in wt.federation
 

Classes in wt.federation that implement RepresentableMaster
 class ProxyDocumentMaster
           Use the newProxyDocumentMaster static factory method(s), not the ProxyDocumentMaster constructor, to construct instances of this class.
 class ProxyPartMaster
           Use the newProxyPartMaster static factory method(s), not the ProxyPartMaster constructor, to construct instances of this class.
 

Uses of RepresentableMaster in wt.part
 

Classes in wt.part that implement RepresentableMaster
 class WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.