Package wt.lotbaseline
Class LotBaselineConfigSpec
java.lang.Object
wt.part._WTPartBaselineConfigSpec
wt.part.WTPartBaselineConfigSpec
wt.lotbaseline._LotBaselineConfigSpec
wt.lotbaseline.LotBaselineConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(superClass=WTPartBaselineConfigSpec.class,
interfaces=ConfigSpec.class)
public class LotBaselineConfigSpec
extends wt.lotbaseline._LotBaselineConfigSpec
This class is a concrete implementation of the ConfigSpec interface and may be used for filtering iterations that
belong in a lot baseline.
Use the newLotBaselineConfigSpec static factory method and not the LotBaselineConfigSpec
constructor, to construct instances of this class. Instances must be constructed using the static factory in order
that they are appropriately initialized.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.lotbaseline._LotBaselineConfigSpec
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.part.WTPartBaselineConfigSpec
BASELINEFields inherited from class wt.part._WTPartBaselineConfigSpec
BASELINE_REF -
Method Summary
Modifier and TypeMethodDescriptionstatic LotBaselineConfigSpecnewLotBaselineConfigSpec(Baseline a_baseline) Creates a new instance of LotBaselineConfigSpec, initializes it using the input Baseline object and returns the instance.Methods inherited from class wt.lotbaseline._LotBaselineConfigSpec
getClassInfo, getConceptualClassname, readExternal, readExternal, readVersion, super_readExternal_LotBaselineConfigSpec, super_readVersion_LotBaselineConfigSpec, super_writeExternal_LotBaselineConfigSpec, writeExternal, writeExternalMethods inherited from class wt.part.WTPartBaselineConfigSpec
getBaseline, getBaselineRef, initialize, newWTPartBaselineConfigSpec, setBaseline, setBaselineRefMethods inherited from class wt.part._WTPartBaselineConfigSpec
readVersion, toString
-
Method Details
-
newLotBaselineConfigSpec
public static LotBaselineConfigSpec newLotBaselineConfigSpec(Baseline a_baseline) throws WTPropertyVetoException Creates a new instance of LotBaselineConfigSpec, initializes it using the input Baseline object and returns the instance.
Supported API: true- Parameters:
a_baseline- - the input Baseline object.- Returns:
- An appropriately initialized LotBaselineConfigSpec instance.
- Throws:
WTPropertyVetoException- if the initialize() API threw this exception.
-