Uses of Interface
wt.vc.baseline.IteratedPartialBaseline

Packages that use IteratedPartialBaseline
wt.configuration   
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. 
wt.vc.baseline
 
 

Uses of IteratedPartialBaseline in wt.configuration
 

Subinterfaces of IteratedPartialBaseline in wt.configuration
 interface BaselineConfigurationVersion
          The configuration of a ConfiguredMaster.
 interface SerialNumberedBaselineConfigurationVersion
          The configuration of a SerialNumberedConfiguredMaster.
 

Uses of IteratedPartialBaseline in wt.part
 

Classes in wt.part that implement IteratedPartialBaseline
 class WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 

Uses of IteratedPartialBaseline in wt.vc.baseline
 

Methods in wt.vc.baseline that return IteratedPartialBaseline
 IteratedPartialBaseline BaselineRemoveMember.getIteratedPartialBaseline()
          Gets the object for the association that plays role: ITERATED_PARTIAL_BASELINE_ROLE.
 

Methods in wt.vc.baseline with parameters of type IteratedPartialBaseline
 void BaselineRemoveMember.setIteratedPartialBaseline(IteratedPartialBaseline theIteratedPartialBaseline)
          Sets the object for the association that plays role: ITERATED_PARTIAL_BASELINE_ROLE.
static BaselineRemoveMember BaselineRemoveMember.newBaselineRemoveMember(IteratedPartialBaseline theIteratedPartialBaseline, BaselineMember theBaselineMember)
          Default factory for the class.