Class InstructionsBuilder
- Object
-
- InstructionsBuilder
-
Deprecated.(0.9.3) useTicks
instead.
@Deprecated public class InstructionsBuilder extends Object
Deprecated.(0.9.3) useTicks
instead.Creates Need entries for Instructions
-
-
Constructor Summary
Constructors Constructor Description InstructionsBuilder()
Deprecated.
-
Method Summary
All Methods Modifier and Type Method Description void
featureCategory_Instructions(HWModel container, Procedures.Procedure1<HwFeatureCategory> initializer)
Deprecated.DiscreteValueConstant
instructions(ExecutionNeed container, long instructions)
Deprecated.IDiscreteValueDeviation
instructions(ExecutionNeed container, IDiscreteValueDeviation instructions)
Deprecated.
-
-
-
Method Detail
-
instructions
public DiscreteValueConstant instructions(ExecutionNeed container, long instructions)
Deprecated.
-
instructions
public IDiscreteValueDeviation instructions(ExecutionNeed container, IDiscreteValueDeviation instructions)
Deprecated.
-
featureCategory_Instructions
public void featureCategory_Instructions(HWModel container, Procedures.Procedure1<HwFeatureCategory> initializer)
Deprecated.
-
-