Uses of Class
jmri.jmrix.bachrus.speedmatcher.speedStepScale.SpeedStepScaleSpeedMatcherConfig
-
Packages that use SpeedStepScaleSpeedMatcherConfig Package Description jmri.jmrix.bachrus.speedmatcher.speedStepScale -
-
Uses of SpeedStepScaleSpeedMatcherConfig in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type SpeedStepScaleSpeedMatcherConfig 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 speedTableConstructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type SpeedStepScaleSpeedMatcherConfig Constructor Description SpeedStepScaleESUTableSpeedMatcher(SpeedStepScaleSpeedMatcherConfig config)
Constructs the SpeedStepScaleESUTableSpeedMatcher from a SpeedStepScaleSpeedMatcherConfigSpeedStepScaleSpeedMatcher(SpeedStepScaleSpeedMatcherConfig config)
Constructs the abstract SpeedStepScaleSpeedMatcher at the core of any Speed Step Scale Speed MatcherSpeedStepScaleSpeedTableSpeedMatcher(SpeedStepScaleSpeedMatcherConfig config)
Constructs the SpeedStepScaleSpeedTableSpeedMatcher from a SpeedStepScaleSpeedMatcherConfig
-