Uses of Interface
wt.epm.familytable.EPMFeatureContainer

Packages that use EPMFeatureContainer
wt.epm
 
wt.epm.familytable   
 

Uses of EPMFeatureContainer in wt.epm
 

Classes in wt.epm that implement EPMFeatureContainer
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of EPMFeatureContainer in wt.epm.familytable
 

Methods in wt.epm.familytable that return EPMFeatureContainer
 EPMFeatureContainer EPMFeatureValueContainerLink.getContainer()
          Gets the object for the association that plays role: CONTAINER_ROLE.
 EPMFeatureContainer EPMFeatureValue.getContainer()
          Gets the object for the association that plays role: CONTAINER.
 

Methods in wt.epm.familytable with parameters of type EPMFeatureContainer
 void EPMFeatureValueContainerLink.setContainer(EPMFeatureContainer container)
          Sets the object for the association that plays role: CONTAINER_ROLE.
static EPMFeatureValueContainerLink EPMFeatureValueContainerLink.newEPMFeatureValueContainerLink(EPMFeatureContainer container, EPMFeatureValue featureValue)
          Default factory for the class.
 void EPMFeatureValue.setContainer(EPMFeatureContainer a_Container)
          Sets the object for the association that plays role: CONTAINER.