|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOneShotBehaviour
teamSpace.agent.DFRegisteringBehaviour
This class contains the behaviour for registering a service with the DF, extends OneShotBehaviour
Constructor Summary | |
DFRegisteringBehaviour(Agent ag,
ServiceDescription sd)
The constructor calls the super-constructor and sets the ServiceDescription
of this class. |
Method Summary | |
void |
action()
The method registeres the services of the agent that owns this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DFRegisteringBehaviour(Agent ag, ServiceDescription sd)
ServiceDescription
of this class.
ag
- The owner agent of this behavioursd
- The service description of the owner-agentMethod Detail |
public void action()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |