Uses of Class
jmri.Path
-
Packages that use Path Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of Path in jmri
Methods in jmri that return Path Modifier and Type Method Description Path
Block. findFromPath()
Find which path this Block became Active, without actually modifying the state of this block.Methods in jmri that return types with arguments of type Path Modifier and Type Method Description java.util.List<Path>
Block. getPaths()
Get a copy of the list of Paths.Methods in jmri with parameters of type Path Modifier and Type Method Description void
Block. addPath(Path p)
Add a Path to List of Paths.int
Path. compareTo(Path obj)
boolean
Block. hasPath(Path p)
Check if Block has a particular Path.void
Block. removePath(Path p)
Remove a Path from the Block. -
Uses of Path in jmri.configurexml
Methods in jmri.configurexml with parameters of type Path Modifier and Type Method Description void
BlockManagerXml. loadBeanSetting(Path path, org.jdom2.Element element)
Load BeanSetting into an existing Path. -
Uses of Path in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return Path Modifier and Type Method Description Path
LayoutBlock. getThroughPathDestinationPathAtIndex(int i)
Path
LayoutBlock. getThroughPathSourcePathAtIndex(int i)
Methods in jmri.jmrit.display.layoutEditor with parameters of type Path Modifier and Type Method Description void
LayoutEditorAuxTools. addBeanSettings(Path p, LayoutConnectivity lc, LayoutBlock layoutBlock)
Searches for and adds BeanSetting's to a Path as needed. -
Uses of Path in jmri.jmrit.logix
Subclasses of Path in jmri.jmrit.logix Modifier and Type Class Description class
OPath
Extends jmri.Path.
-