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