Uses of Class
jmri.jmrix.bachrus.speedmatcher.basic.BasicSimpleCVSpeedMatcher.SpeedMatcherState
-
Packages that use BasicSimpleCVSpeedMatcher.SpeedMatcherState Package Description jmri.jmrix.bachrus.speedmatcher.basic -
-
Uses of BasicSimpleCVSpeedMatcher.SpeedMatcherState in jmri.jmrix.bachrus.speedmatcher.basic
Methods in jmri.jmrix.bachrus.speedmatcher.basic that return BasicSimpleCVSpeedMatcher.SpeedMatcherState Modifier and Type Method Description static BasicSimpleCVSpeedMatcher.SpeedMatcherState
BasicSimpleCVSpeedMatcher.SpeedMatcherState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasicSimpleCVSpeedMatcher.SpeedMatcherState[]
BasicSimpleCVSpeedMatcher.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 BasicSimpleCVSpeedMatcher.SpeedMatcherState Modifier and Type Method Description protected void
BasicSimpleCVSpeedMatcher. initNextSpeedMatcherState(BasicSimpleCVSpeedMatcher.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
-