Uses of Class
jmri.jmrit.display.layoutEditor.LayoutTrackExpectedState
Packages that use LayoutTrackExpectedState
Package
Description
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 LayoutTrackExpectedStateModifier and TypeMethodDescriptionprotected List<LayoutTrackExpectedState<LayoutTurnout>>AutoTurnouts.checkTurnoutsInSection(Section s, int seqNum, Section nextSection, ActiveTrain at, Section prevSection, boolean useTurnoutConnectionDelay) Check that all turnouts are correctly set for travel in the designated Section to the next Section.(package private) List<LayoutTrackExpectedState<LayoutTurnout>>DispatcherFrame.checkTurnoutStates(Section s, int sSeqNum, Section nextSection, ActiveTrain at, Section prevSection) AllocatedSection.getAutoTurnoutsResponse()protected List<LayoutTrackExpectedState<LayoutTurnout>>AutoTurnouts.setTurnoutsInSection(Section s, int seqNum, Section nextSection, ActiveTrain at, boolean trustKnownTurnouts, Section prevSection, boolean useTurnoutConnectionDelay) Set all turnouts for travel in the designated Section to the next Section.Method parameters in jmri.jmrit.dispatcher with type arguments of type LayoutTrackExpectedStateModifier and TypeMethodDescriptionprotected TurnoutAutoTurnouts.checkStateAgainstList(List<LayoutTrackExpectedState<LayoutTurnout>> turnoutList) voidAllocatedSection.setAutoTurnoutsResponse(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 LayoutTrackExpectedStateModifier and TypeMethodDescriptionConnectivityUtil.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.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.LayoutTurntable.getTurnoutList(Block curBlock, Block prevBlock, Block nextBlock) Gets the list of turnouts and their required states to align the turntable for a path defined by the given blocks.