Uses of Class
org.intranet.elevator.model.DoorSensor.State

Packages that use DoorSensor.State
org.intranet.elevator.model   
 

Uses of DoorSensor.State in org.intranet.elevator.model
 

Fields in org.intranet.elevator.model declared as DoorSensor.State
private  DoorSensor.State DoorSensor.state
           
static DoorSensor.State DoorSensor.State.CLEAR
          The sensor is unobstructed and the door is available to be closed.
static DoorSensor.State DoorSensor.State.OBSTRUCTED
          Someone is obstructing the way.
static DoorSensor.State DoorSensor.State.UNOBSTRUCTED
          There is noone in the way of the door, and after a timeout the state will change to CLEAR unless another obstruct() occurs.
 

Methods in org.intranet.elevator.model that return DoorSensor.State
 DoorSensor.State DoorSensor.getState()