Uses of Class
jmri.jmrit.ussctc.Station
-
Packages that use Station Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of Station in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as Station Modifier and Type Field Description (package private) Station<?,?>CodeButton. station(package private) Station<CodeGroupOneBit,CodeGroupNoBits>MaintainerCallSection. station(package private) Station<CodeGroupThreeBits,CodeGroupThreeBits>SignalHeadSection. station(package private) Station<CodeGroupNoBits,CodeGroupOneBit>TrackCircuitSection. station(package private) Station<CodeGroupTwoBits,CodeGroupTwoBits>TurnoutSection. stationFields in jmri.jmrit.ussctc with type parameters of type Station Modifier and Type Field Description (package private) java.util.Deque<Station<?,?>>CodeLine. codeQueue(package private) java.util.Deque<Station<?,?>>CodeLine. indicationQueueMethods in jmri.jmrit.ussctc that return Station Modifier and Type Method Description Station<To,From>Station. add(Section<To,From> section)Station<CodeGroupOneBit,CodeGroupNoBits>MaintainerCallSection. getStation()Station<To,From>Section. getStation()Station<CodeGroupThreeBits,CodeGroupThreeBits>SignalHeadSection. getStation()Station<CodeGroupNoBits,CodeGroupOneBit>TrackCircuitSection. getStation()Station<CodeGroupTwoBits,CodeGroupTwoBits>TurnoutSection. getStation()Methods in jmri.jmrit.ussctc with parameters of type Station Modifier and Type Method Description (package private) CodeButtonCodeButton. addStation(Station<?,?> station)Configure the Station connection for this CodeButton.(package private) voidCodeLine. requestIndicationStart(Station<?,?> station)Request processing of an indication from the field.(package private) voidCodeLine. requestSendCode(Station<?,?> station)Request processing of an indication from the field(package private) voidCodeLine. startSendCode(Station<?,?> station)(package private) voidCodeLine. startSendIndication(Station<?,?> station)Constructors in jmri.jmrit.ussctc with parameters of type Station Constructor Description MaintainerCallSection(java.lang.String inputSensor, java.lang.String layoutOutput, Station<CodeGroupOneBit,CodeGroupNoBits> station)Create and configure.SignalHeadSection(java.util.List<java.lang.String> rightHeads, java.util.List<java.lang.String> leftHeads, java.lang.String leftIndicator, java.lang.String stopIndicator, java.lang.String rightIndicator, java.lang.String leftInput, java.lang.String rightInput, Station<CodeGroupThreeBits,CodeGroupThreeBits> station)Create and configure.TrackCircuitSection(java.lang.String inputSensor, java.lang.String panelOutput, Station<CodeGroupNoBits,CodeGroupOneBit> station)Create and configure.TrackCircuitSection(java.lang.String inputSensor, java.lang.String panelOutput, Station<CodeGroupNoBits,CodeGroupOneBit> station, Bell bell)Create and configure.TurnoutSection(java.lang.String layoutTO, java.lang.String normalIndicator, java.lang.String reversedIndicator, java.lang.String normalInput, java.lang.String reversedInput, Station<CodeGroupTwoBits,CodeGroupTwoBits> station)Create and configure.
-