Class VariableStepConfigValue.StepVal
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.variablestep.VariableStepConfigValue.StepVal
-
- Enclosing class:
- VariableStepConfigValue
public static class VariableStepConfigValue.StepVal extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StepVal(java.lang.String name, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Double>getDerivatives()java.lang.StringgetName()java.lang.ObjectgetValue()voidsetDerivatives(java.util.List<java.lang.Double> ders)voidsetName(java.lang.String name)voidsetValue(java.lang.Object value)
-
-
-
Method Detail
-
getDerivatives
public java.util.List<java.lang.Double> getDerivatives()
-
setDerivatives
public void setDerivatives(java.util.List<java.lang.Double> ders)
-
getName
public java.lang.String getName()
-
getValue
public java.lang.Object getValue()
-
setName
public void setName(java.lang.String name)
-
setValue
public void setValue(java.lang.Object value)
-
-