|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAchieveREInitiator
CoPS.agents.AdministerProblemSolvingProcessBehaviour
This class represents the behaviour defining the administration of the problem solving process. Important! This behaviour is only a place holder.
Constructor Summary | |
AdministerProblemSolvingProcessBehaviour(Agent agent,
ACLMessage request)
The constructor. |
Method Summary | |
protected void |
handleFailure(ACLMessage failure)
This method handles the failure messages. |
protected void |
handleInform(ACLMessage inform)
This method handles the inform messages. |
protected void |
handleNotUnderstood(ACLMessage notUnderstood)
This method handles not-understood messages. |
protected void |
handleRefuse(ACLMessage refuse)
This method handles refuse messages. |
int |
onEnd()
The onEnd method is called at the completion of this behaviour. |
protected java.util.Vector |
prepareRequests(ACLMessage request)
In this method the request messages are prepared. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdministerProblemSolvingProcessBehaviour(Agent agent, ACLMessage request)
agent
- The owner of this behaviour.request
- The default request message.Method Detail |
protected java.util.Vector prepareRequests(ACLMessage request)
request
- The default request message.
protected void handleNotUnderstood(ACLMessage notUnderstood)
notUnderstood
- The received not-understood message.protected void handleRefuse(ACLMessage refuse)
refuse
- The received refuse message.protected void handleFailure(ACLMessage failure)
failure
- The received failure message.protected void handleInform(ACLMessage inform)
inform
- The received inform message.public int onEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |