public abstract class AbstractProbeId extends EnvId
Constructor and Description |
---|
AbstractProbeId(java.lang.String i)
Constructs a probe identifier
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isActuator()
Checks if the resource is an actuator.
|
abstract boolean |
isSensor()
Checks if the resource is a sensor.
|