public class EarlyYearsControlComms
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static EarlyYearsControlComms |
get()
Gets the.
|
EarlyYearsDeviceControl |
getEarlyYearsDeviceForName(java.lang.String device)
Gets the early years device for name.
|
java.util.List<java.lang.String> |
getTablesList()
Gets the tables list.
|
void |
setAllRoadMode(PerformActionMessage roadMode)
Sets the all road mode.
|
void |
setAllTablesExplorerShowTeacherControl(PerformActionMessage show)
Sets the all tables explorer show teacher control.
|
void |
setAllTablesRailwayCorners(int newNum)
Sets the all tables railway corners.
|
void |
setAllTablesRailwayCrosses(int newNum)
Sets the all tables railway crosses.
|
void |
setAllTablesRailwayStraights(int newNum)
Sets the all tables railway straights.
|
void |
setAllTablesScenario(EarlyYearsActivity scenario)
Sets the all tables scenario.
|
void |
setSpecificRoadMode(PerformActionMessage roadMode,
java.lang.String table)
Sets the specific road mode.
|
void |
setSpecificTablesExplorerShowTeacherControl(PerformActionMessage show,
java.lang.String table)
Sets the specific tables explorer show teacher control.
|
void |
setSpecificTablesRailwayCorners(int newNum,
java.lang.String table)
Sets the specific tables railway corners.
|
void |
setSpecificTablesRailwayCrosses(int newNum,
java.lang.String table)
Sets the specific tables railway crosses.
|
void |
setSpecificTablesRailwayStraights(int newNum,
java.lang.String table)
Sets the specific tables railway straights.
|
void |
setSpecificTablesScenario(EarlyYearsActivity scenario,
java.lang.String table)
Sets the specific tables scenario.
|
public static EarlyYearsControlComms get()
public EarlyYearsDeviceControl getEarlyYearsDeviceForName(java.lang.String device)
device
- the devicepublic java.util.List<java.lang.String> getTablesList()
public void setAllRoadMode(PerformActionMessage roadMode)
roadMode
- the new all road modepublic void setAllTablesExplorerShowTeacherControl(PerformActionMessage show)
show
- the new all tables explorer show teacher controlpublic void setAllTablesRailwayCorners(int newNum)
newNum
- the new all tables railway cornerspublic void setAllTablesRailwayCrosses(int newNum)
newNum
- the new all tables railway crossespublic void setAllTablesRailwayStraights(int newNum)
newNum
- the new all tables railway straightspublic void setAllTablesScenario(EarlyYearsActivity scenario)
scenario
- the new all tables scenariopublic void setSpecificRoadMode(PerformActionMessage roadMode, java.lang.String table)
roadMode
- the road modetable
- the tablepublic void setSpecificTablesExplorerShowTeacherControl(PerformActionMessage show, java.lang.String table)
show
- the showtable
- the tablepublic void setSpecificTablesRailwayCorners(int newNum, java.lang.String table)
newNum
- the new numtable
- the tablepublic void setSpecificTablesRailwayCrosses(int newNum, java.lang.String table)
newNum
- the new numtable
- the tablepublic void setSpecificTablesRailwayStraights(int newNum, java.lang.String table)
newNum
- the new numtable
- the tablepublic void setSpecificTablesScenario(EarlyYearsActivity scenario, java.lang.String table)
scenario
- the scenariotable
- the table