|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DFGUIAdapter
This interface must be implemented by a GUI that wants to interact with the DF agent. Two implementations of this interface have been realized: the class jade.domain.df (used by the DF agent itself) and the class jade.applet.DFAppletCommunicator (used by the DFApplet).
| Field Summary | |
|---|---|
static int |
CLOSEGUI
|
static int |
DEREGISTER
|
static int |
EXIT
|
static int |
FEDERATE
|
static int |
MODIFY
|
static int |
REFRESHAPPLET
|
static int |
REGISTER
|
static int |
SEARCH
|
| Method Summary | |
|---|---|
DFAgentDescription |
getDescriptionOfThisDF()
This method returns the description of this df. |
DFAgentDescription |
getDescriptionOfThisDF(AID parent)
This method returns the description used by the df to federate with a given parent DF. |
DFAgentDescription |
getDFAgentDsc(AID name)
This method returns the agent description of an agent registered with the DF given the agent name |
void |
postGuiEvent(GuiEvent ev)
This method notifies an event to the df. |
| Field Detail |
|---|
static final int EXIT
static final int CLOSEGUI
static final int REGISTER
static final int DEREGISTER
static final int MODIFY
static final int SEARCH
static final int FEDERATE
static final int REFRESHAPPLET
| Method Detail |
|---|
void postGuiEvent(GuiEvent ev)
DFAgentDescription getDFAgentDsc(AID name)
throws FIPAException
FIPAExceptionDFAgentDescription getDescriptionOfThisDF()
DFAgentDescription getDescriptionOfThisDF(AID parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||