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 PathBlock. 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 voidBlock. addPath(Path p)Add a Path to List of Paths.intPath. compareTo(Path obj)booleanBlock. hasPath(Path p)Check if Block has a particular Path.voidBlock. 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 voidBlockManagerXml. 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 PathLayoutBlock. getThroughPathDestinationPathAtIndex(int i)PathLayoutBlock. getThroughPathSourcePathAtIndex(int i)Methods in jmri.jmrit.display.layoutEditor with parameters of type Path Modifier and Type Method Description voidLayoutEditorAuxTools. 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 classOPathExtends jmri.Path.
-