Uses of Class
jmri.TransitSection
Packages that use TransitSection
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of TransitSection in jmri
Methods in jmri that return TransitSectionModifier and TypeMethodDescriptionTransitSectionAction.getTargetTransitSection()Transit.getTransitSectionFromSectionAndSeq(Section s, int seq) Get a TransitSection in the transit from its Section and sequence number.Methods in jmri that return types with arguments of type TransitSectionModifier and TypeMethodDescriptionTransit.getTransitSectionList()Get the list of TransitSections.Transit.getTransitSectionListBySeq(int seq) Get a List of TransitSections with a given sequence number.Methods in jmri with parameters of type TransitSectionModifier and TypeMethodDescriptionvoidTransit.addTransitSection(TransitSection s) Add a Section to this Transit.voidTransitSectionAction.setTargetTransitSection(TransitSection ts) -
Uses of TransitSection in jmri.implementation
Methods in jmri.implementation that return TransitSectionModifier and TypeMethodDescriptionDefaultTransit.getTransitSectionFromSectionAndSeq(Section s, int seq) Get a TransitSection in the transit from its Section and sequence number.Methods in jmri.implementation that return types with arguments of type TransitSectionModifier and TypeMethodDescriptionDefaultTransit.getTransitSectionList()Get the list of TransitSections.DefaultTransit.getTransitSectionListBySeq(int seq) Get a List of TransitSections with a given sequence number.Methods in jmri.implementation with parameters of type TransitSectionModifier and TypeMethodDescriptionvoidDefaultTransit.addTransitSection(TransitSection s) Add a Section to this Transit. -
Uses of TransitSection in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return TransitSectionMethods in jmri.jmrit.dispatcher with parameters of type TransitSectionModifier and TypeMethodDescriptionprotected voidAutoTrainAction.addTransitSection(TransitSection ts) protected voidAutoTrainAction.removeTransitSection(TransitSection ts)