Uses of Class
repast.simphony.statecharts.HistoryState
Packages that use HistoryState
-
Uses of HistoryState in repast.simphony.statecharts
Methods in repast.simphony.statecharts that return HistoryStateMethods in repast.simphony.statecharts that return types with arguments of type HistoryStateModifier and TypeMethodDescriptionprotected List<HistoryState<T>>
CompositeState.getHistoryStates()
Methods in repast.simphony.statecharts with parameters of type HistoryStateModifier and TypeMethodDescriptionprotected void
CompositeState.addHistoryState
(HistoryState<T> historyState) void
CompositeStateBuilder.addHistoryState
(HistoryState<T> historyState) void
CompositeStateBuilder.addHistoryState
(HistoryState<T> historyState, String uuid)