| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fipaos.agent.task.Task | +--fipaos.platform.df.DFModifyTask
This task class handles df description modifications in the DFs.
Constructor Summary | |
DFModifyTask(DFAgentDescription desc) Constructs the DF modify task object which will perform a modification using the given description | |
DFModifyTask(DFAgentDescription desc, AgentID df_to_modify) Constructs the DF modify task object which will perform a modification using the given description |
Method Summary | |
void | handleAgree(Conversation conv) Handles incoming agree messages. |
void | handleFailure(Conversation conv) Handles incoming failure messages. |
void | handleInform(Conversation conv) Handles incoming inform messages. |
void | handleNotUnderstood(Conversation conv) Handles incoming not-understood messages. |
void | handleRefuse(Conversation conv) Handles incoming refuse messages. |
Constructor Detail |
public DFModifyTask(DFAgentDescription desc)
public DFModifyTask(DFAgentDescription desc, AgentID df_to_modify)
Method Detail |
public void handleAgree(Conversation conv)
public void handleFailure(Conversation conv)
public void handleInform(Conversation conv)
public void handleNotUnderstood(Conversation conv)
public void handleRefuse(Conversation conv)
Association Links |
to Class fipaos.ont.fipa.fipaman.AgentID
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |