Uses of Interface
de.unikassel.android.sdcframework.devices.facade.VisitableDevice

Packages that use VisitableDevice
de.unikassel.android.sdcframework.devices Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. 
de.unikassel.android.sdcframework.devices.facade Provides the interfaces for the device package. 
 

Uses of VisitableDevice in de.unikassel.android.sdcframework.devices
 

Classes in de.unikassel.android.sdcframework.devices that implement VisitableDevice
 class AbstractAndroidSensorDevice
          Base class for an Android Sensor type.
 class AbstractLocationDevice
          Implementation of an abstract location provider based sensor device as sample providing device.
 class AbstractSensorDevice
          Base class for any sensor device type.
 class AccelerometerDevice
          Implementation of the accelerometer sensor device.
 class AudioDevice
          Implementation of the virtual audio sensor device.
 class BluetoothDevice
          Implementation of the bluetooth sensor device.
 class GPSDevice
          Implementation of the GPS sensor device.
 class GSMDevice
          Implementation of the GSM sensor device as active device providing sensor data for the scanner.
 class GyroscopeDevice
          Implementation of the gyroscope sensor device.
 class LightDevice
          Implementation of the light sensor device.
 class MagneticFieldDevice
          Implementation of the magnetic field sensor device.
 class NetworkLocationDevice
          Implementation of the network location sensor device using the location manager to get cell tower or wlan based location information.
 class OrientationDevice
          Implementation of the orientation sensor device.
 class PressureDevice
          Implementation of the pressure sensor device.
 class ProximityDevice
          Implementation of the proximity sensor device.
 class SamplingCausingAndroidSensorDevice
          Base class for Android Sensor based devices, which do cause sampling in case of sensor data change events.
 class ScannerStateAwareSensorDevice
          This class is an extension of the abstract sensor device for such devices, which have to be aware of the scanner running state.
 class SensorDeviceManagerImpl
          Implementation of the sensor device manager implementation.
 class SystemBroadcastReceivingDevice
          Abstract base class for sensor device which have to react on system state changes signaled by broadcasts.
 class TagDevice
          Implementation of the virtual tag sensor device.
 class TemperatureDevice
          Implementation of the temperature sensor device.
 class TimeProviderDevice
          Implementation of the the time provider synchronization state observing sensor device.
 class TwitterDevice
          Implementation of the virtual twitter sensor device.
 class VirtualSensorDevice
          Base class for virtual sensor devices which does not refer to a physical sensor in the system.
 class WifiDevice
          Implementation of the wifi sensor device.
 

Uses of VisitableDevice in de.unikassel.android.sdcframework.devices.facade
 

Subinterfaces of VisitableDevice in de.unikassel.android.sdcframework.devices.facade
 interface SensorDevice
          Interface for any sensor device type.
 interface SensorDeviceComposite
          Interface for a composition of sensor devices.
 interface SensorDeviceManager
          The interface for the sensor device managemer.
 

Methods in de.unikassel.android.sdcframework.devices.facade that return VisitableDevice
 VisitableDevice SensorDeviceComposite.getSensorDevice(String identifier)
          To get a specific device
 

Methods in de.unikassel.android.sdcframework.devices.facade with parameters of type VisitableDevice
 void SensorDeviceComposite.removeSensorDevice(VisitableDevice device, Context context)
          To remove a device from the composite type