Package repast.simphony.statecharts
Interface StateAction<T>
public interface StateAction<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
action
(T agent, AbstractState<T> state, Parameters params)
-
Method Details
-
action
- Throws:
Exception
-