Uses of Class
galatea.hla.Agent

Packages that use Agent
galatea.glorias   
galatea.hla   
 

Uses of Agent in galatea.glorias
 

Subclasses of Agent in galatea.glorias
 class Ag
          This class is a general agent scheme with a minimal inference engine.
 class Ags
           
 

Uses of Agent in galatea.hla
 

Methods in galatea.hla with parameters of type Agent
 void LAgents.add(Agent a)
          This methods adds a new agent to the list.
 void LInfluences.add(Agent who, Output method, double te)
          This methods adds a new influence to the list of Influences.
 

Constructors in galatea.hla with parameters of type Agent
Influence(Agent a, java.lang.String m, double execTime)
          This method creates an influence for a determined agent, using an associated method, at a determined execution time.
Influence(Agent a, Output output, double execTime)
          This method creates an influence using a determined output from an agent a , at a determined execution time.
Influence(Agent a, java.lang.String w, java.lang.String m, double execTime)
          This method creates an influence for an agent located at a determined place, using an associated method, at a determined execution time.