|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTPartBaselineConfigSpec | |
wt.clients.prodmgmt | |
wt.clients.replication.unit | |
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. |
wt.visitor | Defines theĀ navigator/visitor design pattern for
usingĀ a
Walker (at one time it used a
Navigator , instead of a
Walker ) and a
NodeExpander , which together
traverse a structure of objects, and a
Visitor , which does something
when we navigate to the object; this separates the
algorithm for navigating from the algorithm for
visiting, allowing more reuse; factories support
selection of
Walker s and
Visitor s. |
Uses of WTPartBaselineConfigSpec in wt.clients.prodmgmt |
Methods in wt.clients.prodmgmt that return WTPartBaselineConfigSpec | |
protected WTPartBaselineConfigSpec |
ConfigSpecPanel.copyBaselineConfigSpec(WTPartBaselineConfigSpec baseline_cs)
|
WTPartBaselineConfigSpec |
ConfigSpecItem.getPartBaselineConfigSpec()
|
Methods in wt.clients.prodmgmt with parameters of type WTPartBaselineConfigSpec | |
protected WTPartBaselineConfigSpec |
ConfigSpecPanel.copyBaselineConfigSpec(WTPartBaselineConfigSpec baseline_cs)
|
void |
ConfigSpecItem.setPartBaselineConfigSpec(WTPartBaselineConfigSpec a_PartBaselineConfigSpec)
|
Uses of WTPartBaselineConfigSpec in wt.clients.replication.unit |
Methods in wt.clients.replication.unit that return WTPartBaselineConfigSpec | |
WTPartBaselineConfigSpec |
ConfigSpecItem.getPartBaselineConfigSpec()
|
Methods in wt.clients.replication.unit with parameters of type WTPartBaselineConfigSpec | |
void |
ConfigSpecItem.setPartBaselineConfigSpec(WTPartBaselineConfigSpec a_PartBaselineConfigSpec)
|
Uses of WTPartBaselineConfigSpec in wt.part |
Fields in wt.part declared as WTPartBaselineConfigSpec | |
private WTPartBaselineConfigSpec |
WTPartConfigSpec.baseline
|
Methods in wt.part that return WTPartBaselineConfigSpec | |
WTPartBaselineConfigSpec |
WTPartConfigSpec.getBaseline()
Gets the object for the association that plays role: BASELINE. |
static WTPartBaselineConfigSpec |
WTPartBaselineConfigSpec.newWTPartBaselineConfigSpec(Baseline a_baseline)
Supported API: true |
Methods in wt.part with parameters of type WTPartBaselineConfigSpec | |
void |
WTPartConfigSpec.setBaseline(WTPartBaselineConfigSpec a_Baseline)
Sets the object for the association that plays role: BASELINE. |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartBaselineConfigSpec baseline)
Supported API: true |
protected void |
WTPartConfigSpec.initialize(WTPartBaselineConfigSpec baseline)
Supports initialization, following construction of an instance. |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartBaselineConfigSpec baseline,
WTPartEffectivityConfigSpec effectivity,
WTPartStandardConfigSpec standard)
Supported API: true |
protected void |
WTPartConfigSpec.initialize(WTPartBaselineConfigSpec baseline,
WTPartEffectivityConfigSpec effectivity,
WTPartStandardConfigSpec standard)
Supports initialization, following construction of an instance. |
protected boolean |
WTPartBaselineConfigSpec.readVersion(WTPartBaselineConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of WTPartBaselineConfigSpec in wt.visitor |
Fields in wt.visitor declared as WTPartBaselineConfigSpec | |
(package private) WTPartBaselineConfigSpec |
ReverseOccurrencedConfigSpecNodeExpander.partConfigSpec
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |