public class ActualActuator extends java.lang.Object implements ISimpleProbe
Constructor and Description |
---|
ActualActuator(AbstractProbeId i) |
Modifier and Type | Method and Description |
---|---|
AbstractProbeId |
getIdentifier()
Get the probe's identifier
|
TransducerId |
getTransducer()
Gets the transducer which the probe is communicating with.
|
boolean |
readValue(java.lang.String key)
Reads the probe's value.
|
void |
setTransducer(TransducerId t)
Sets the transducer which the probe will communicate with.
|
boolean |
writeValue(java.lang.String key,
int value)
Set the specific value of a parameter of the probe
|
public ActualActuator(AbstractProbeId i)
public AbstractProbeId getIdentifier()
ISimpleProbe
getIdentifier
in interface ISimpleProbe
public TransducerId getTransducer()
ISimpleProbe
getTransducer
in interface ISimpleProbe
public boolean readValue(java.lang.String key)
ISimpleProbe
readValue
in interface ISimpleProbe
key
- the parameter to readpublic void setTransducer(TransducerId t)
ISimpleProbe
setTransducer
in interface ISimpleProbe
t
- transducer's identifierpublic boolean writeValue(java.lang.String key, int value)
ISimpleProbe
writeValue
in interface ISimpleProbe
key
- the parameter to setvalue
- value to be set.