Uses of Class
jmri.jmrit.etcs.MovementAuthority
Packages that use MovementAuthority
Package
Description
Implements aspects of ERTMS ETCS.
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 MovementAuthorityModifier and TypeMethodDescriptionstatic List<MovementAuthority>MovementAuthority.advanceForward(List<MovementAuthority> list, int distance) Advance forward a List of Movement Authorities.Method parameters in jmri.jmrit.etcs with type arguments of type MovementAuthorityModifier and TypeMethodDescriptionstatic List<MovementAuthority>MovementAuthority.advanceForward(List<MovementAuthority> list, int distance) Advance forward a List of Movement Authorities.static List<TrackSection>MovementAuthority.getTrackSectionList(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 MovementAuthorityModifier and TypeMethodDescriptionDmiPanel.getMovementAuthorities()Get a List of current Movement Authorities.protected List<MovementAuthority>DmiPanelD.getMovementAuthorities()Get Unmodifiable List of Movement Authorities.Methods in jmri.jmrit.etcs.dmi.swing with parameters of type MovementAuthorityModifier and TypeMethodDescriptionvoidDmiPanel.extendMovementAuthorities(MovementAuthority dma) Extend the Movement Authority.protected voidDmiPanelD.extendMovementAuthorities(MovementAuthority a) Method parameters in jmri.jmrit.etcs.dmi.swing with type arguments of type MovementAuthorityModifier and TypeMethodDescriptionvoidDmiPanel.resetMovementAuthorities(List<MovementAuthority> a) Reset the Movement Authorities to the supplied List.protected voidDmiPanelD.resetMovementAuthorities(List<MovementAuthority> a)