|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialNumberedInstanceIfc | |
wt.configuration | |
wt.part | Defines WTPart s and WTPartMaster s (
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 SerialNumberedInstanceIfc in wt.configuration |
Subinterfaces of SerialNumberedInstanceIfc in wt.configuration | |
interface |
SerialNumberedComponentInstance
An instance of a SerialNumberedComponentMaster that has as its
configuration a SerialNumberedComponentVersion . |
interface |
SerialNumberedConfiguredInstanceMaster
An instance of a SerialNumberedConfiguredMaster . |
interface |
SerialNumberedInstanceMaster
A serial numbered instance that is implemented using the master/version scheme. |
Methods in wt.configuration that return SerialNumberedInstanceIfc | |
SerialNumberedInstanceIfc |
SNSNII.getInstance()
Gets the object for the association that plays role: INSTANCE_ROLE. |
SerialNumberedInstanceIfc |
SNMappingSNInstanceIfc.getSerializedInstance()
Gets the object for the association that plays role: SERIALIZED_INSTANCE_ROLE. |
SerialNumberedInstanceIfc |
SerialNumberMapping.getSerializedInstance()
Gets the object for the association that plays role: SERIALIZED_INSTANCE. |
Methods in wt.configuration with parameters of type SerialNumberedInstanceIfc | |
SerialNumberMapping |
StandardConfigurationService.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
StandardConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
protected void |
StandardConfigurationService.validateInstanceIfcForDeletion(SerialNumberedInstanceIfc instance)
|
void |
SNSNII.setInstance(SerialNumberedInstanceIfc instance)
Sets the object for the association that plays role: INSTANCE_ROLE. |
static SNSNII |
SNSNII.newSNSNII(SerialNumbered instanceOf,
SerialNumberedInstanceIfc instance)
Default factory for the class. |
void |
SNMappingSNInstanceIfc.setSerializedInstance(SerialNumberedInstanceIfc serializedInstance)
Sets the object for the association that plays role: SERIALIZED_INSTANCE_ROLE. |
static SNMappingSNInstanceIfc |
SNMappingSNInstanceIfc.newSNMappingSNInstanceIfc(SerialNumberMapping theSerialNumberMapping,
SerialNumberedInstanceIfc serializedInstance)
Default factory for the class. |
void |
SerialNumberMapping.setSerializedInstance(SerialNumberedInstanceIfc a_SerializedInstance)
Sets the object for the association that plays role: SERIALIZED_INSTANCE. |
static SerialNumberMapping |
SerialNumberMapping.newSerialNumberMapping(SerialNumberedConfiguredInstanceVersion parentInstance,
PathOccurrence path,
SerialNumberedInstanceIfc serializedInstance)
Supported API: false |
protected void |
SerialNumberMapping.initialize(SerialNumberedConfiguredInstanceVersion parentInstance,
PathOccurrence path,
SerialNumberedInstanceIfc serializedInstance)
Supports initialization, following construction of an instance. |
SerialNumberMapping |
ConfigurationServiceFwd.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
ConfigurationServiceFwd.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
SerialNumberMapping |
ConfigurationService.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
ConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
Uses of SerialNumberedInstanceIfc in wt.part |
Classes in wt.part that implement SerialNumberedInstanceIfc | |
class |
WTProductInstanceMaster
Use the newWTProductInstanceMaster static factory method(s),
not the WTProductInstanceMaster constructor, to construct
instances of this class. |
class |
WTSerialNumberedPartInstance
Use the newWTSerialNumberedPartInstance static factory method(s),
not the WTSerialNumberedPartInstance constructor, to construct
instances of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |