Uses of Class
jmri.jmrit.etcs.TrackSection
Packages that use TrackSection
-
Uses of TrackSection in jmri.jmrit.etcs
Methods in jmri.jmrit.etcs that return types with arguments of type TrackSectionModifier and TypeMethodDescriptionstatic 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.MovementAuthority.getTrackSections()Get the list of TrackSections.Constructor parameters in jmri.jmrit.etcs with type arguments of type TrackSectionModifierConstructorDescriptionMovementAuthority(List<TrackSection> sectionList) Create a new MovementAuthority from a List of TrackSections.