EASE.Sensing.Specification
Class InstantiatedParameter
java.lang.Object
|
+--EASE.Sensing.Specification.InstantiatedParameter
- public class InstantiatedParameter
- extends java.lang.Object
- implements java.io.Serializable
This class holds a parameter with some value.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
param
private Parameter param
paramRef
private ParameterReference paramRef
value
private Cell value
valueRef
private CellReference valueRef
serialVersionUID
static final long serialVersionUID
InstantiatedParameter
public InstantiatedParameter(Parameter param,
Cell value)
- This constructor is for using when the IP is
for use now.
This is for saved instantiated parameters in Sensing Specification
InstantiatedParameter
public InstantiatedParameter(ParameterReference pr,
CellReference value)
- This constructor should be used when the IP is to
be saved properly !!
This is for saved instantiated parameters in Agent Specification.
getParameter
public Parameter getParameter()
getParamReference
public ParameterReference getParamReference()
getValue
public Cell getValue()
setValue
public void setValue(Cell c)
getValueRef
public CellReference getValueRef()
setValueRef
public void setValueRef(CellReference cr)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object