Interface StateAction<T>


public interface StateAction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    action(T agent, AbstractState<T> state, Parameters params)