Searched defs:RESET_STATE (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventHandler.java66 int RESET_STATE = 1; field in interface:EventHandler
118 * <li>if {@link #RESET_STATE} is returned, the {@link #resetState
159 * value must be one of {@link #STOP}, {@link #RESET_STATE},
169 * #eventOccurred} has itself returned the {@link #RESET_STATE}
173 * #RESET_STATE} indicator, this function will never be called, and it is
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DEventHandlerWithJacobians.java91 int RESET_STATE = 1; field in interface:EventHandlerWithJacobians
149 * <li>if {@link #RESET_STATE} is returned, the {@link #resetState
194 * value must be one of {@link #STOP}, {@link #RESET_STATE},
205 * #eventOccurred} has itself returned the {@link #RESET_STATE}
209 * #RESET_STATE} indicator, this function will never be called, and it is

Completed in 219 milliseconds