Uses of Interface
jmri.Transit
Packages that use Transit
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Provides implementations of various JMRI managers.
-
Uses of Transit in jmri
Modifier and TypeMethodDescriptionTransitManager.createNewTransit(String userName) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.TransitManager.createNewTransit(String systemName, String userName) Create a new Transit if the Transit does not exist.TransitManager.getTransit(String name) Get an existing Transit.Modifier and TypeMethodDescriptionTransitManager.getListEntryBlock(Block b) TransitManager.getListUsingBlock(Block b) TransitManager.getListUsingSection(Section s) Get a list of Transits which use a specified Section.Modifier and TypeMethodDescriptionvoidTransitManager.deleteTransit(Transit z) Remove an existing Transit. -
Uses of Transit in jmri.implementation
Classes in jmri.implementation that implement TransitModifier and TypeClassDescriptionclassA 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 TransitModifier and TypeMethodDescriptionprotected TransitDispatcherFrame.createTemporaryTransit(Block start, Block dest, Block via) Converts a list ofLayoutBlockthat represent a route to a transit.ActiveTrain.getTransit()Constructors in jmri.jmrit.dispatcher with parameters of type TransitModifierConstructorDescriptionActiveTrain(Transit t, String name, int trainSource) Create an ActiveTrain. -
Uses of Transit in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return Transit -
Uses of Transit in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return types with arguments of type Transit -
Uses of Transit in jmri.managers
Methods in jmri.managers that return TransitModifier and TypeMethodDescriptionDefaultTransitManager.createNewTransit(String userName) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.DefaultTransitManager.createNewTransit(String systemName, String userName) Create a new Transit if the Transit does not exist.DefaultTransitManager.getTransit(String name) Get an existing Transit.Methods in jmri.managers that return types with arguments of type TransitModifier and TypeMethodDescriptionDefaultTransitManager.getListEntryBlock(Block b) DefaultTransitManager.getListUsingBlock(Block b) DefaultTransitManager.getListUsingSection(Section s) Get a list of Transits which use a specified Section.DefaultTransitManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.managers with parameters of type TransitModifier and TypeMethodDescriptionvoidDefaultTransitManager.deleteTransit(Transit z) Remove an existing Transit.