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