All Packages  This Package  Class Hierarchy  Class Search  Index

Interface aima.agents.Action

An action is something that can be executed by an agent. the idea is that the agent returns its chosen action to the environment (or maybe the AgentManager), which then executes the action


public interface  Action
{
          // Methods 2
     public abstract Object getArg();
     public abstract String getName();
}



Methods


getName

   public abstract String getName() 


getArg

   public abstract Object getArg() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4