Package com.amalgamasimulation.utils
Class StateStatisticsSimple<StateType>
java.lang.Object
com.amalgamasimulation.utils.StateStatisticsSimple<StateType>
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StateTypeDeprecated.protected doubleDeprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(StateStatisticsSimple<StateType> otherStateStatistics) Deprecated.Deprecated.Deprecated.Deprecated.doublegetStateDuration(StateType state, double time) Deprecated.doublegetTotalDuration(double time) Deprecated.voidonAnyStateEnded(StateType state, double beginTime, double endTime) Deprecated.voidonEnteredState(StateType state, double time) Deprecated.voidonExitedState(StateType state, double time) Deprecated.voidonNonZeroStateEnded(StateType state, double beginTime, double endTime) Deprecated.voidonStateBegan(StateType state, double beginTime) Deprecated.voidresetStats(double time) Deprecated.
-
Field Details
-
lastResetTime
protected double lastResetTimeDeprecated. -
lastEnteredState
Deprecated. -
statesToDurations
Deprecated. -
statesLastBeginTimes
Deprecated.
-
-
Constructor Details
-
StateStatisticsSimple
public StateStatisticsSimple()Deprecated.
-
-
Method Details
-
onEnteredState
Deprecated. -
onExitedState
Deprecated. -
resetStats
public void resetStats(double time) Deprecated. -
getStateDuration
Deprecated. -
onNonZeroStateEnded
Deprecated. -
onAnyStateEnded
Deprecated. -
onStateBegan
Deprecated. -
getTotalDuration
public double getTotalDuration(double time) Deprecated. -
getLastEnteredState
Deprecated. -
getCurrentStates
Deprecated. -
getMostRecentCurrentState
Deprecated. -
add
Deprecated.
-