Uses of Class
jmri.jmrix.bachrus.speedmatcher.speedStepScale.SpeedStepScaleSpeedMatcherConfig.SpeedTable
-
Packages that use SpeedStepScaleSpeedMatcherConfig.SpeedTable Package Description jmri.jmrix.bachrus.speedmatcher.speedStepScale -
-
Uses of SpeedStepScaleSpeedMatcherConfig.SpeedTable in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale that return SpeedStepScaleSpeedMatcherConfig.SpeedTable Modifier and Type Method Description static SpeedStepScaleSpeedMatcherConfig.SpeedTable
SpeedStepScaleSpeedMatcherConfig.SpeedTable. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpeedStepScaleSpeedMatcherConfig.SpeedTable[]
SpeedStepScaleSpeedMatcherConfig.SpeedTable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type SpeedStepScaleSpeedMatcherConfig.SpeedTable Modifier and Type Method Description static SpeedMatcher
SpeedStepScaleSpeedMatcherFactory. getSpeedMatcher(SpeedStepScaleSpeedMatcherConfig.SpeedTable speedTable, SpeedStepScaleSpeedMatcherConfig config)
Gets the correct Speed Step Scale Speed Matcher for the given speedTable
-