Package | Description |
---|---|
model.environment.objects.physicalObject.sensor |
Sensor related classes.
|
Modifier and Type | Field and Description |
---|---|
protected SensorState |
Sensor.state
The sensor state.
|
Modifier and Type | Method and Description |
---|---|
static SensorState |
SensorState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorState[] |
SensorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|