- getAnalogValue() - Method in class org.chabala.brick.controllab.sensor.LightSensor
-  
- getAnalogValue() - Method in interface org.chabala.brick.controllab.sensor.SensorValue
- 
Analog value returned by sensor, in the range of 0 to 1023. 
- getAnalogValue() - Method in class org.chabala.brick.controllab.sensor.TemperatureSensor
-  
- getAnalogValue() - Method in class org.chabala.brick.controllab.sensor.TouchSensor
-  
- getAvailablePorts() - Method in interface org.chabala.brick.controllab.ControlLab
- 
List available serial ports on this machine. 
- getCode() - Method in enum org.chabala.brick.controllab.Direction
- 
The byte expected by the control lab for the change direction command. 
- getCode() - Method in enum org.chabala.brick.controllab.PowerLevel
- 
The byte expected by the control lab for the change power level command. 
- getConnectedPortName() - Method in interface org.chabala.brick.controllab.ControlLab
- 
Returns the system specific serial port identifier the control lab is
 connected to, or empty string if not connected. 
- getInput(InputId) - Method in interface org.chabala.brick.controllab.ControlLab
- 
Return a handle for the input specified on this control lab instance. 
- getInput() - Method in class org.chabala.brick.controllab.sensor.SensorEvent
- 
The input port that triggered this event. 
- getInputType() - Method in enum org.chabala.brick.controllab.InputId
- 
- getNewValue() - Method in class org.chabala.brick.controllab.sensor.SensorEvent
- 
The new value from this input, as a two byte array. 
- getOldValue() - Method in class org.chabala.brick.controllab.sensor.SensorEvent
- 
The last known value from this input, prior to the event, as a two byte array. 
- getOutput(OutputId) - Method in interface org.chabala.brick.controllab.ControlLab
- 
Return a handle for the output specified on this control lab instance. 
- getOutput(Set<OutputId>) - Method in interface org.chabala.brick.controllab.ControlLab
- 
Return a handle for multiple outputs on this control lab instance. 
- getOutputIdSet() - Method in class org.chabala.brick.controllab.Output
- 
- getRawValue() - Method in class org.chabala.brick.controllab.StopButtonEvent
- 
The raw data that signaled this event. 
- getStatusCode() - Method in class org.chabala.brick.controllab.sensor.LightSensor
-  
- getStatusCode() - Method in interface org.chabala.brick.controllab.sensor.SensorValue
- 
Six bit status code from the sensor, as a value from 0 to 63. 
- getStatusCode() - Method in class org.chabala.brick.controllab.sensor.TemperatureSensor
-  
- getStatusCode() - Method in class org.chabala.brick.controllab.sensor.TouchSensor
-  
- getStopButton() - Method in interface org.chabala.brick.controllab.ControlLab
- 
Return a handle for the stop button on this control lab instance. 
- getValue() - Method in class org.chabala.brick.controllab.sensor.SensorEvent
- 
The new value from this input wrapped in the SensorValue class, or sensor specific subclass. 
- valueOf(String) - Static method in enum org.chabala.brick.controllab.Direction
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.chabala.brick.controllab.InputId
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.chabala.brick.controllab.InputType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.chabala.brick.controllab.OutputId
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.chabala.brick.controllab.PowerLevel
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum org.chabala.brick.controllab.Direction
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.chabala.brick.controllab.InputId
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.chabala.brick.controllab.InputType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.chabala.brick.controllab.OutputId
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.chabala.brick.controllab.PowerLevel
- 
Returns an array containing the constants of this enum type, in
the order they are declared.