Uses of Interface
wt.configuration.Configuration

Packages that use Configuration
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. 
 

Uses of Configuration in wt.configuration
 

Subinterfaces of Configuration in wt.configuration
 interface SerialNumberedBaselineConfigurationVersion
          The configuration of a SerialNumberedConfiguredMaster.
 interface SerialNumberedComponentVersion
          A version of a SerialNumberedComponentMaster which represents the configuration of a SerialNumberedComponentInstance.
 

Methods in wt.configuration that return Configuration
 Configuration SNIIC.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION_ROLE.
 Configuration SerialNumberedInstanceImpl.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION.
 Configuration SerialNumberedConfiguredInstanceVersion.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION.
 Configuration SerialNumberedComponentInstance.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION.
 

Methods in wt.configuration with parameters of type Configuration
 QueryResult StandardConfigurationService.getAllInstances(Configuration configuration)
          Return all the instances that are assigned to this configuration.
protected  void StandardConfigurationService.setConfiguration(QueryResult qr, Configuration configuration)
           
protected  void StandardConfigurationService.validateConfigurationForModificationOrDeletion(Configuration version, boolean forModification)
           
 void SNIIC.setConfiguration(Configuration configuration)
          Sets the object for the association that plays role: CONFIGURATION_ROLE.
static SNIIC SNIIC.newSNIIC(SerialNumberedInstanceImpl instance, Configuration configuration)
          Default factory for the class.
 void SerialNumberedInstanceImpl.setConfiguration(Configuration a_Configuration)
          Sets the object for the association that plays role: CONFIGURATION.
 void SerialNumberedConfiguredInstanceVersion.setConfiguration(Configuration a_Configuration)
          Sets the object for the association that plays role: CONFIGURATION.
 void SerialNumberedComponentInstance.setConfiguration(Configuration a_Configuration)
          Sets the object for the association that plays role: CONFIGURATION.
 QueryResult ConfigurationServiceFwd.getAllInstances(Configuration configuration)
          Return all the instances that are assigned to this configuration.
 QueryResult ConfigurationService.getAllInstances(Configuration configuration)
          Return all the instances that are assigned to this configuration.
 

Uses of Configuration in wt.part
 

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

Methods in wt.part that return Configuration
 Configuration WTSerialNumberedPartInstance.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION.
 Configuration WTProductInstance2.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION.
 

Methods in wt.part with parameters of type Configuration
 void WTSerialNumberedPartInstance.setConfiguration(Configuration a_Configuration)
          Sets the object for the association that plays role: CONFIGURATION.
 void WTProductInstance2.setConfiguration(Configuration a_Configuration)
          Sets the object for the association that plays role: CONFIGURATION.