cat.sensor.util
Class SensorOntology
java.lang.Object
cat.sensor.util.SensorOntology
- public class SensorOntology
- extends java.lang.Object
This class holds a list of constant identifies for the Sensor class
to use for identifying sensor types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPS
public static final int GPS
- See Also:
- Constant Field Values
HEADING
public static final int HEADING
- See Also:
- Constant Field Values
TEMPERATURE
public static final int TEMPERATURE
- See Also:
- Constant Field Values
SOUNDLEVEL
public static final int SOUNDLEVEL
- See Also:
- Constant Field Values
ACCELEROMETER
public static final int ACCELEROMETER
- See Also:
- Constant Field Values
LIGHTLEVEL
public static final int LIGHTLEVEL
- See Also:
- Constant Field Values
PULSE
public static final int PULSE
- See Also:
- Constant Field Values
SKINTEMPERATURE
public static final int SKINTEMPERATURE
- See Also:
- Constant Field Values
ADJACENTAGENTS
public static final int ADJACENTAGENTS
- See Also:
- Constant Field Values
DRIVING
public static final int DRIVING
- See Also:
- Constant Field Values
SLEEPING
public static final int SLEEPING
- See Also:
- Constant Field Values
STARTLED
public static final int STARTLED
- See Also:
- Constant Field Values
INMEETING
public static final int INMEETING
- See Also:
- Constant Field Values
TALKING
public static final int TALKING
- See Also:
- Constant Field Values
OKTOCALL
public static final int OKTOCALL
- See Also:
- Constant Field Values
WIFI
public static final int WIFI
- See Also:
- Constant Field Values
DISCOVERY
public static final int DISCOVERY
- See Also:
- Constant Field Values
ENCOUNTER
public static final int ENCOUNTER
- See Also:
- Constant Field Values
DISCOVERYLIST
public static final int DISCOVERYLIST
- See Also:
- Constant Field Values
ENCOUNTERLIST
public static final int ENCOUNTERLIST
- See Also:
- Constant Field Values
P2PDATA
public static final int P2PDATA
- See Also:
- Constant Field Values
SensorOntology
public SensorOntology()