vs.characteragent.behaviour
Class ReceiveInformBehaviour

java.lang.Object
  extended by jade.core.behaviours.Behaviour
      extended by jade.core.behaviours.SimpleBehaviour
          extended by jade.core.behaviours.CyclicBehaviour
              extended by vs.rationalagent.behaviour.InformReceiver
                  extended by vs.characteragent.behaviour.ReceiveInformBehaviour
All Implemented Interfaces:
java.io.Serializable

public class ReceiveInformBehaviour
extends InformReceiver

Behaviour to receive INFORM messages for the Character Agent

Author:
kruizinga
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.core.behaviours.Behaviour
STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
ReceiveInformBehaviour(jade.core.Agent a)
           
 
Method Summary
 boolean handleContent(jade.content.ContentElement ce, jade.lang.acl.ACLMessage msg)
           
 
Methods inherited from class vs.rationalagent.behaviour.InformReceiver
action
 
Methods inherited from class jade.core.behaviours.CyclicBehaviour
done
 
Methods inherited from class jade.core.behaviours.SimpleBehaviour
reset
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, getExecutionState, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiveInformBehaviour

public ReceiveInformBehaviour(jade.core.Agent a)
Method Detail

handleContent

public boolean handleContent(jade.content.ContentElement ce,
                             jade.lang.acl.ACLMessage msg)
Specified by:
handleContent in class InformReceiver