Uses of Interface
jmri.Transit
-
Packages that use Transit Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.logixng.expressions jmri.managers Provides implementations of various JMRI managers. -
-
Uses of Transit in jmri
Methods in jmri that return Transit Modifier and Type Method Description TransitTransitManager. createNewTransit(java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.TransitTransitManager. createNewTransit(java.lang.String systemName, java.lang.String userName)Create a new Transit if the Transit does not exist.TransitTransitManager. getTransit(java.lang.String name)Get an existing Transit.Methods in jmri that return types with arguments of type Transit Modifier and Type Method Description java.util.ArrayList<Transit>TransitManager. getListEntryBlock(Block b)java.util.ArrayList<Transit>TransitManager. getListUsingBlock(Block b)java.util.ArrayList<Transit>TransitManager. getListUsingSection(Section s)Get a list of Transits which use a specified Section.Methods in jmri with parameters of type Transit Modifier and Type Method Description voidTransitManager. deleteTransit(Transit z)Remove an existing Transit. -
Uses of Transit in jmri.implementation
Classes in jmri.implementation that implement Transit Modifier and Type Class Description classDefaultTransitA Transit is a group of Sections representing a specified path through a layout. -
Uses of Transit in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return Transit Modifier and Type Method Description protected TransitDispatcherFrame. createTemporaryTransit(Block start, Block dest, Block via)Converts a list ofLayoutBlockthat represent a route to a transit.TransitActiveTrain. getTransit()Constructors in jmri.jmrit.dispatcher with parameters of type Transit Constructor Description ActiveTrain(Transit t, java.lang.String name, int trainSource)Create an ActiveTrain. -
Uses of Transit in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return Transit Modifier and Type Method Description TransitTransitCreationTool. createTransit() -
Uses of Transit in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return types with arguments of type Transit Modifier and Type Method Description LogixNG_SelectNamedBean<Transit>ExpressionTransit. getSelectNamedBean() -
Uses of Transit in jmri.managers
Methods in jmri.managers that return Transit Modifier and Type Method Description TransitDefaultTransitManager. createNewTransit(java.lang.String userName)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.TransitDefaultTransitManager. createNewTransit(java.lang.String systemName, java.lang.String userName)Create a new Transit if the Transit does not exist.TransitDefaultTransitManager. getTransit(java.lang.String name)Get an existing Transit.Methods in jmri.managers that return types with arguments of type Transit Modifier and Type Method Description java.util.ArrayList<Transit>DefaultTransitManager. getListEntryBlock(Block b)java.util.ArrayList<Transit>DefaultTransitManager. getListUsingBlock(Block b)java.util.ArrayList<Transit>DefaultTransitManager. getListUsingSection(Section s)Get a list of Transits which use a specified Section.java.lang.Class<Transit>DefaultTransitManager. getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.managers with parameters of type Transit Modifier and Type Method Description voidDefaultTransitManager. deleteTransit(Transit z)Remove an existing Transit.
-