Uses of Class
jmri.jmrit.ussctc.Station
Packages that use Station
-
Uses of Station in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as StationModifier and TypeFieldDescription(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 StationMethods in jmri.jmrit.ussctc that return StationModifier and TypeMethodDescriptionMaintainerCallSection.getStation()Section.getStation()SignalHeadSection.getStation()TrackCircuitSection.getStation()TurnoutSection.getStation()Methods in jmri.jmrit.ussctc with parameters of type StationModifier and TypeMethodDescription(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 StationModifierConstructorDescriptionMaintainerCallSection(String inputSensor, String layoutOutput, Station<CodeGroupOneBit, CodeGroupNoBits> station) Create and configure.SignalHeadSection(List<String> rightHeads, List<String> leftHeads, String leftIndicator, String stopIndicator, String rightIndicator, String leftInput, String rightInput, Station<CodeGroupThreeBits, CodeGroupThreeBits> station) Create and configure.TrackCircuitSection(String inputSensor, String panelOutput, Station<CodeGroupNoBits, CodeGroupOneBit> station) Create and configure.TrackCircuitSection(String inputSensor, String panelOutput, Station<CodeGroupNoBits, CodeGroupOneBit> station, Bell bell) Create and configure.TurnoutSection(String layoutTO, String normalIndicator, String reversedIndicator, String normalInput, String reversedInput, Station<CodeGroupTwoBits, CodeGroupTwoBits> station) Create and configure.