Uses of Class
jmri.jmrit.etcs.TrackSection
- 
Packages that use TrackSection Package Description jmri.jmrit.etcs Implements aspects of ERTMS ETCS. - 
- 
Uses of TrackSection in jmri.jmrit.etcs
Methods in jmri.jmrit.etcs that return types with arguments of type TrackSection Modifier and Type Method Description 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.java.util.List<TrackSection>MovementAuthority. getTrackSections()Get the list of TrackSections.Constructor parameters in jmri.jmrit.etcs with type arguments of type TrackSection Constructor Description MovementAuthority(java.util.List<TrackSection> sectionList)Create a new MovementAuthority from a List of TrackSections. 
 -