Uses of Class
jmri.PhysicalLocationReporter.Direction
-
Packages that use PhysicalLocationReporter.Direction 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.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc. -
-
Uses of PhysicalLocationReporter.Direction in jmri
Methods in jmri that return PhysicalLocationReporter.Direction Modifier and Type Method Description PhysicalLocationReporter.Direction
Block. getDirection(java.lang.String rep)
Parses out a (possibly old) LnReporter-generated report string to extract the direction from within it based on this object's protocol.PhysicalLocationReporter.Direction
PhysicalLocationReporter. getDirection(java.lang.String s)
static PhysicalLocationReporter.Direction
PhysicalLocationReporter.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PhysicalLocationReporter.Direction[]
PhysicalLocationReporter.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PhysicalLocationReporter.Direction in jmri.implementation
Methods in jmri.implementation that return PhysicalLocationReporter.Direction Modifier and Type Method Description PhysicalLocationReporter.Direction
AbstractIdTagReporter. getDirection(java.lang.String rep)
Gets the direction (ENTER/EXIT) of the report. -
Uses of PhysicalLocationReporter.Direction in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos that return PhysicalLocationReporter.Direction Modifier and Type Method Description PhysicalLocationReporter.Direction
EcosReporter. getDirection(java.lang.String rep)
Get the direction (ENTER/EXIT) of the report. -
Uses of PhysicalLocationReporter.Direction in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return PhysicalLocationReporter.Direction Modifier and Type Method Description PhysicalLocationReporter.Direction
LnReporter. getDirection(java.lang.String rep)
Gets the direction (ENTER/EXIT) of the report. -
Uses of PhysicalLocationReporter.Direction in jmri.jmrix.rps
Methods in jmri.jmrix.rps that return PhysicalLocationReporter.Direction Modifier and Type Method Description PhysicalLocationReporter.Direction
RpsReporter. getDirection(java.lang.String rep)
Get the direction (ENTER/EXIT) of the report.
-