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:
  • 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.