Uses of Class
nl.tudelft.simulation.messaging.devices.components.DeviceState

Packages that use DeviceState
nl.tudelft.simulation.messaging.devices.components   
 

Uses of DeviceState in nl.tudelft.simulation.messaging.devices.components
 

Fields in nl.tudelft.simulation.messaging.devices.components declared as DeviceState
static DeviceState DeviceState.IDLE
          static state to indicate idle device, in other words ready to use
static DeviceState DeviceState.BUSY
          static state to indicate busy device, operation has to wait
 

Methods in nl.tudelft.simulation.messaging.devices.components that return DeviceState
 DeviceState Device.getState()
           
 DeviceState DeviceInterface.getState()
          returns the state of the device
 

Methods in nl.tudelft.simulation.messaging.devices.components with parameters of type DeviceState
 void Device.setState(DeviceState state)
           
 



Copyright © 2004-2005 Delft University of Technology, the Netherlands. All Rights Reserved.