Uses of Class
jmri.jmrix.bachrus.speedmatcher.speedStepScale.SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState
-
Packages that use SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState Package Description jmri.jmrix.bachrus.speedmatcher.speedStepScale -
-
Uses of SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale that return SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState Modifier and Type Method Description static SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState
SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState[]
SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState. 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 SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState Modifier and Type Method Description protected void
SpeedStepScaleESUTableSpeedMatcher. initNextSpeedMatcherState(SpeedStepScaleESUTableSpeedMatcher.SpeedMatcherState nextState)
Sets up the speed match state by clearing the speed match error, clearing the step duration, setting the timer duration, and setting the next state
-