Uses of Enum
jmri.jmrix.bachrus.speedmatcher.speedStepScale.SpeedStepScaleSpeedTableSpeedMatcher.SpeedMatcherState
Packages that use SpeedStepScaleSpeedTableSpeedMatcher.SpeedMatcherState
-
Uses of SpeedStepScaleSpeedTableSpeedMatcher.SpeedMatcherState in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale that return SpeedStepScaleSpeedTableSpeedMatcher.SpeedMatcherStateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SpeedStepScaleSpeedTableSpeedMatcher.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 SpeedStepScaleSpeedTableSpeedMatcher.SpeedMatcherStateModifier and TypeMethodDescriptionprotected voidSpeedStepScaleSpeedTableSpeedMatcher.initNextSpeedMatcherState(SpeedStepScaleSpeedTableSpeedMatcher.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 voidSpeedStepScaleSpeedTableSpeedMatcher.initNextSpeedMatcherState(SpeedStepScaleSpeedTableSpeedMatcher.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