CoPS.CheckUpExample
Class DefaultAgent

java.lang.Object
  extended byAgent
      extended byCoPS.CheckUpExample.DefaultAgent

public class DefaultAgent
extends Agent

This class implements a default agent, used to run the default agent behaviour.

See Also:
Serialized Form

Constructor Summary
DefaultAgent()
           
 
Method Summary
 DFAgentDescription[] getTaskResponsible()
          The method returns a list of Task Responsibles.
 void setup()
          The method sets up the agent for start running its behaviours.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAgent

public DefaultAgent()
Method Detail

setup

public void setup()
The method sets up the agent for start running its behaviours.


getTaskResponsible

public DFAgentDescription[] getTaskResponsible()
The method returns a list of Task Responsibles.

Returns:
A list of DFAgentDescription describing the Task Responsibles in the system.