You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Kent edited this page Jul 3, 2013
·
2 revisions
An action represents a routine that will in some way affect the world, it's agents, it's things, or the internal state of the agent executing the action. Any action can be given to any agent via the agent's action list. A new action can be created by creating a new Java class and implementing the Action interface. The execute method must then be implemented. Any further additions are optional.