public class SensorId extends AbstractProbeId
Constructor and Description |
---|
SensorId(java.lang.String i) |
Modifier and Type | Method and Description |
---|---|
boolean |
isActuator()
Checks if the resource is an actuator.
|
boolean |
isSensor()
Checks if the resource is a sensor.
|
public SensorId(java.lang.String i)
i
- the String representation of this sensor identifierpublic boolean isActuator()
AbstractProbeId
isActuator
in class AbstractProbeId
public boolean isSensor()
AbstractProbeId
isSensor
in class AbstractProbeId