Uses of Class
jmri.jmrix.bachrus.speedmatcher.basic.BasicSpeedMatcherConfig
-
Packages that use BasicSpeedMatcherConfig Package Description jmri.jmrix.bachrus.speedmatcher.basic -
-
Uses of BasicSpeedMatcherConfig in jmri.jmrix.bachrus.speedmatcher.basic
Methods in jmri.jmrix.bachrus.speedmatcher.basic with parameters of type BasicSpeedMatcherConfig Modifier and Type Method Description static SpeedMatcher
BasicSpeedMatcherFactory. getSpeedMatcher(BasicSpeedMatcherConfig.SpeedTable speedTable, BasicSpeedMatcherConfig config)
Gets the correct Basic Speed Matcher for the given speedTableConstructors in jmri.jmrix.bachrus.speedmatcher.basic with parameters of type BasicSpeedMatcherConfig Constructor Description BasicESUTableSpeedMatcher(BasicSpeedMatcherConfig config)
Constructs the BasicESUTableSpeedMatcher from a BasicSpeedMatcherConfigBasicSimpleCVSpeedMatcher(BasicSpeedMatcherConfig config)
Constructs the BasicSimpleCVSpeedMatcher from a BasicSpeedMatcherConfigBasicSpeedMatcher(BasicSpeedMatcherConfig config)
Constructs the abstract BasicSpeedMatcher at the core of any Basic Speed MatcherBasicSpeedTableSpeedMatcher(BasicSpeedMatcherConfig config)
Constructs the BasicSpeedTableSpeedMatcher from a BasicSpeedMatcherConfig
-