Package oms3.dsl
Class Param
- java.lang.Object
-
- oms3.dsl.Param
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(Object value)Buildablecreate(Object name, Object value)Create a node.CalibrationgetCalibration()doublegetLower()StringgetName()StringgetStrategy()doublegetUpper()ObjectgetValue()voidsetLower(double lower)voidsetStrategy(String strategy)voidsetUpper(double upper)voidsetValue(Object value)
-
-
-
Method Detail
-
getStrategy
public String getStrategy()
-
setStrategy
public void setStrategy(String strategy)
-
getLower
public double getLower()
-
getUpper
public double getUpper()
-
getCalibration
public Calibration getCalibration()
-
setLower
public void setLower(double lower)
-
setUpper
public void setUpper(double upper)
-
getName
public String getName()
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
call
public void call(Object value)
-
-