public class TrackingDeviceControl extends StudentTableClusteredDevice
Constructor and Description |
---|
TrackingDeviceControl(java.lang.String deviceName)
Instantiates a new tracking device control.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
getAllTablesSelectedModeEnabledControlVariable()
Gets the all tables selected mode enabled control variable.
|
DistributedProperty<java.lang.Integer> |
getGestureControlVariable()
Gets the gesture control variable.
|
DistributedProperty<PerformActionMessage> |
getIndividualTableSelectModeEnabledControlVariable()
Gets the individual table select mode enabled control variable.
|
DistributedProperty<PointDirection> |
getPointingControlVariable()
Gets the pointing control variable.
|
DistributedProperty<java.lang.String> |
getTableDeselectedControlVariable()
Gets the table deselected control variable.
|
DistributedProperty<java.lang.String> |
getTableSelectedControlVariable()
Gets the table selected control variable.
|
DistributedProperty<PerformActionMessage> |
getTableSelectedModeDisabledControlVariable()
Gets the table selected mode disabled control variable.
|
DistributedProperty<java.lang.String> |
getTeacherStatusControlVariable()
Gets the teacher status control variable.
|
DistributedProperty<java.lang.String> |
getTeacherStatusToTrackerControlVariable()
Gets the teacher status to tracker control variable.
|
DistributedProperty<UserLocations> |
getTrackedUserLocationsControlVariable()
Gets the tracked user locations control variable.
|
DistributedProperty<java.lang.String> |
getUniqueIDToTrackerControlVariable()
Gets the unique id to tracker control variable.
|
DistributedProperty<java.util.ArrayList<CombinedUserEntity>> |
getUserLocationsControlVariable()
Gets the user locations control variable.
|
getTouchEnabledControlVariable
getDistributedPropertyMap, getNameOfOwnerDevice
public TrackingDeviceControl(java.lang.String deviceName)
deviceName
- the device namepublic DistributedProperty<PerformActionMessage> getAllTablesSelectedModeEnabledControlVariable()
public DistributedProperty<java.lang.Integer> getGestureControlVariable()
public DistributedProperty<PerformActionMessage> getIndividualTableSelectModeEnabledControlVariable()
public DistributedProperty<PointDirection> getPointingControlVariable()
public DistributedProperty<java.lang.String> getTableDeselectedControlVariable()
public DistributedProperty<java.lang.String> getTableSelectedControlVariable()
public DistributedProperty<PerformActionMessage> getTableSelectedModeDisabledControlVariable()
public DistributedProperty<java.lang.String> getTeacherStatusControlVariable()
public DistributedProperty<java.lang.String> getTeacherStatusToTrackerControlVariable()
public DistributedProperty<UserLocations> getTrackedUserLocationsControlVariable()
public DistributedProperty<java.lang.String> getUniqueIDToTrackerControlVariable()
public DistributedProperty<java.util.ArrayList<CombinedUserEntity>> getUserLocationsControlVariable()