Uses of Class
jmri.jmrit.etcs.MovementAuthority
-
Packages that use MovementAuthority Package Description jmri.jmrit.etcs Implements aspects of ERTMS ETCS.jmri.jmrit.etcs.dmi.swing Implements aspects of the ERTMS ETCS Driver Interface Device. -
-
Uses of MovementAuthority in jmri.jmrit.etcs
Methods in jmri.jmrit.etcs that return types with arguments of type MovementAuthority Modifier and Type Method Description static java.util.List<MovementAuthority>
MovementAuthority. advanceForward(java.util.List<MovementAuthority> list, int distance)
Advance forward a List of Movement Authorities.Method parameters in jmri.jmrit.etcs with type arguments of type MovementAuthority Modifier and Type Method Description static java.util.List<MovementAuthority>
MovementAuthority. advanceForward(java.util.List<MovementAuthority> list, int distance)
Advance forward a List of Movement Authorities.static java.util.List<TrackSection>
MovementAuthority. getTrackSectionList(java.util.List<MovementAuthority> completeList, boolean isSpeed)
Aggregates a list of DmiMovementAuthorities into a list of DmiTrackSections, based on either speed changes or gradient changes. -
Uses of MovementAuthority in jmri.jmrit.etcs.dmi.swing
Methods in jmri.jmrit.etcs.dmi.swing that return types with arguments of type MovementAuthority Modifier and Type Method Description java.util.List<MovementAuthority>
DmiPanel. getMovementAuthorities()
Get a List of current Movement Authorities.protected java.util.List<MovementAuthority>
DmiPanelD. getMovementAuthorities()
Get Unmodifiable List of Movement Authorities.Methods in jmri.jmrit.etcs.dmi.swing with parameters of type MovementAuthority Modifier and Type Method Description void
DmiPanel. extendMovementAuthorities(MovementAuthority dma)
Extend the Movement Authority.protected void
DmiPanelD. extendMovementAuthorities(MovementAuthority a)
Method parameters in jmri.jmrit.etcs.dmi.swing with type arguments of type MovementAuthority Modifier and Type Method Description void
DmiPanel. resetMovementAuthorities(java.util.List<MovementAuthority> a)
Reset the Movement Authorities to the supplied List.protected void
DmiPanelD. resetMovementAuthorities(java.util.List<MovementAuthority> a)
-