Package jade.tools.testagent
Class ReceiveCyclicBehaviour
- java.lang.Object
-
- jade.core.behaviours.Behaviour
-
- jade.core.behaviours.SimpleBehaviour
-
- jade.core.behaviours.CyclicBehaviour
-
- jade.tools.testagent.ReceiveCyclicBehaviour
-
- All Implemented Interfaces:
Serializable,Serializable
public class ReceiveCyclicBehaviour extends CyclicBehaviour
This behaviour is used for receiving ACLMessage and giving them to the TestAgent- Author:
- chris
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jade.core.behaviours.Behaviour
Behaviour.RunnableChangedEvent
-
-
Field Summary
-
Fields inherited from class jade.core.behaviours.Behaviour
myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING
-
-
Constructor Summary
Constructors Constructor Description ReceiveCyclicBehaviour(TestAgent agent)Constructor for the ReceiveCyclicBehaviour object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction()Description of the Method-
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, getAgent, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState
-
-
-
-
Constructor Detail
-
ReceiveCyclicBehaviour
public ReceiveCyclicBehaviour(TestAgent agent)
Constructor for the ReceiveCyclicBehaviour object- Parameters:
agent- Description of Parameter
-
-
Method Detail
-
action
public void action()
Description of the Method- Specified by:
actionin classBehaviour- See Also:
CompositeBehaviour
-
-