public class NumberNetStudentTableClusteredData extends StudentTableClusteredDevice
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
deviceType
The device type.
|
Constructor and Description |
---|
NumberNetStudentTableClusteredData(java.lang.String deviceName)
Instantiates a new number net student table clustered data.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.Map<CalculatorKey,java.lang.Boolean>> |
getCalculatorKeyStateMap()
Gets the calculator key state map.
|
DistributedProperty<java.lang.Boolean> |
getCalculatorVisibleControlVariable()
Gets the calculator visible control variable.
|
DistributedProperty<java.lang.Boolean> |
getCorrectExpressionsVisibleControlVariable()
Gets the correct expressions visible control variable.
|
DistributedProperty<java.lang.Boolean> |
getGraphingModeControl()
Gets the graphing mode control.
|
DistributedProperty<java.lang.Boolean> |
getIncorrectExpressionsVisibleControlVariable()
Gets the incorrect expressions visible control variable.
|
DistributedProperty<java.lang.Boolean> |
getOthersCorrectExpressionsVisibleControlVariable()
Gets the others correct expressions visible control variable.
|
DistributedProperty<java.lang.Boolean> |
getOthersIncorrectExpressionsVisibleControlVariable()
Gets the others incorrect expressions visible control variable.
|
DistributedProperty<java.util.List<Participant>> |
getParticipantListControlVariable()
Gets the participant list control variable.
|
DistributedProperty<PerformActionMessage> |
getResetGraphingLinesControl()
Gets the reset graphing lines control.
|
DistributedProperty<java.lang.Boolean> |
getScoresVisibleControlVariable()
Gets the scores visible control variable.
|
DistributedProperty<java.lang.Double> |
getTargetValueControlVariable()
Gets the target value control variable.
|
getTouchEnabledControlVariable
getDistributedPropertyMap, getNameOfOwnerDevice
public NumberNetStudentTableClusteredData(java.lang.String deviceName)
deviceName
- the device namepublic DistributedProperty<java.util.Map<CalculatorKey,java.lang.Boolean>> getCalculatorKeyStateMap()
public DistributedProperty<java.lang.Boolean> getCalculatorVisibleControlVariable()
public DistributedProperty<java.lang.Boolean> getCorrectExpressionsVisibleControlVariable()
public DistributedProperty<java.lang.Boolean> getGraphingModeControl()
public DistributedProperty<java.lang.Boolean> getIncorrectExpressionsVisibleControlVariable()
public DistributedProperty<java.lang.Boolean> getOthersCorrectExpressionsVisibleControlVariable()
public DistributedProperty<java.lang.Boolean> getOthersIncorrectExpressionsVisibleControlVariable()
public DistributedProperty<java.util.List<Participant>> getParticipantListControlVariable()
public DistributedProperty<PerformActionMessage> getResetGraphingLinesControl()
public DistributedProperty<java.lang.Boolean> getScoresVisibleControlVariable()
public DistributedProperty<java.lang.Double> getTargetValueControlVariable()