de.jaetzold.art.examples
Class AWTRobotInterface.AWTSensorPort

java.lang.Object
  |
  +--de.jaetzold.art.platform.BaseSensorPort
        |
        +--de.jaetzold.art.examples.AWTRobotInterface.AWTSensorPort
All Implemented Interfaces:
Port, SensorPort
Enclosing class:
AWTRobotInterface

protected class AWTRobotInterface.AWTSensorPort
extends BaseSensorPort


Fields inherited from class de.jaetzold.art.platform.BaseSensorPort
excludedPorts, granularity, identifier, iface, maximumValue, minimumValue, portNumber
 
Method Summary
 SensorPeer getPeerFor(Sensor sensor)
          This is the Factory-method for creating peers.
 
Methods inherited from class de.jaetzold.art.platform.BaseSensorPort
conformsTo, connectWith, disconnect, equals, getExcludedPorts, getGranularity, getMaximumValue, getMinimumValue, getPortID, getPortNumber, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPeerFor

public SensorPeer getPeerFor(Sensor sensor)
Description copied from class: BaseSensorPort
This is the Factory-method for creating peers. It must be implemented by non-abstract subclasses.
Overrides:
getPeerFor in class BaseSensorPort
Following copied from interface: de.jaetzold.art.SensorPort
See Also:
SensorPort.connectWith(Sensor), RawSensor.connectWith(SensorPort)