Uses of Class
jmri.jmrit.display.layoutEditor.LayoutTrackExpectedState
-
Packages that use LayoutTrackExpectedState Package Description jmri.jmrit.dispatcher jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of LayoutTrackExpectedState in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return types with arguments of type LayoutTrackExpectedState Modifier and Type Method Description protected java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
AutoTurnouts. checkTurnoutsInSection(Section s, int seqNum, Section nextSection, ActiveTrain at, Section prevSection)
Check that all turnouts are correctly set for travel in the designated Section to the next Section.(package private) java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
DispatcherFrame. checkTurnoutStates(Section s, int sSeqNum, Section nextSection, ActiveTrain at, Section prevSection)
java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
AllocatedSection. getAutoTurnoutsResponse()
protected java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
AutoTurnouts. setTurnoutsInSection(Section s, int seqNum, Section nextSection, ActiveTrain at, boolean trustKnownTurnouts, Section prevSection)
Set all turnouts for travel in the designated Section to the next Section.Method parameters in jmri.jmrit.dispatcher with type arguments of type LayoutTrackExpectedState Modifier and Type Method Description protected Turnout
AutoTurnouts. checkStateAgainstList(java.util.List<LayoutTrackExpectedState<LayoutTurnout>> turnoutList)
void
AllocatedSection. setAutoTurnoutsResponse(java.util.List<LayoutTrackExpectedState<LayoutTurnout>> atr)
-
Uses of LayoutTrackExpectedState in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return types with arguments of type LayoutTrackExpectedState Modifier and Type Method Description java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
ConnectivityUtil. getTurnoutList(Block currBlock, Block prevBlock, Block nextBlock)
Provide a list of LayoutTurnouts in the specified Block, in order, beginning at the connection to the specified previous Block and continuing to the specified next Block.java.util.List<LayoutTrackExpectedState<LayoutTurnout>>
ConnectivityUtil. getTurnoutList(Block currBlock, Block prevBlock, Block nextBlock, boolean suppress)
Provide a list of LayoutTurnouts in the specified Block, in order, beginning at the connection to the specified previous Block and continuing to the specified next Block.
-