Uses of Enum
jmri.PhysicalLocationReporter.Direction
Packages that use PhysicalLocationReporter.Direction
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
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.DirectionModifier and TypeMethodDescriptionBlock.getDirection(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.getDirection(String s) 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.DirectionModifier and TypeMethodDescriptionAbstractIdTagReporter.getDirection(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.DirectionModifier and TypeMethodDescriptionEcosReporter.getDirection(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.DirectionModifier and TypeMethodDescriptionLnReporter.getDirection(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.DirectionModifier and TypeMethodDescriptionRpsReporter.getDirection(String rep) Get the direction (ENTER/EXIT) of the report.