Uses of Class
jmri.jmrix.bachrus.speedmatcher.basic.BasicESUTableSpeedMatcher.SpeedMatcherState
-
Packages that use BasicESUTableSpeedMatcher.SpeedMatcherState Package Description jmri.jmrix.bachrus.speedmatcher.basic -
-
Uses of BasicESUTableSpeedMatcher.SpeedMatcherState in jmri.jmrix.bachrus.speedmatcher.basic
Methods in jmri.jmrix.bachrus.speedmatcher.basic that return BasicESUTableSpeedMatcher.SpeedMatcherState Modifier and Type Method Description static BasicESUTableSpeedMatcher.SpeedMatcherStateBasicESUTableSpeedMatcher.SpeedMatcherState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BasicESUTableSpeedMatcher.SpeedMatcherState[]BasicESUTableSpeedMatcher.SpeedMatcherState. 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 BasicESUTableSpeedMatcher.SpeedMatcherState Modifier and Type Method Description protected voidBasicESUTableSpeedMatcher. initNextSpeedMatcherState(BasicESUTableSpeedMatcher.SpeedMatcherState nextState)Sets up the speed match state by resetting the speed matcher with a value delta of 10, clearing the step duration, setting the timer duration, and setting the next stateprotected voidBasicESUTableSpeedMatcher. initNextSpeedMatcherState(BasicESUTableSpeedMatcher.SpeedMatcherState nextState, int speedMatchValueDelta)Sets up the speed match state by resetting the speed matcher with the given value delta, clearing the step duration, setting the timer duration, and setting the next state
-