Package jade.domain.DFGUIManagement
Class RegisterWith
- java.lang.Object
-
- jade.domain.DFGUIManagement.RegisterWith
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class RegisterWith extends Object implements AgentAction
This class implement the registerWith action. If allows the df to request to another df to register an agent.- Version:
- $Date$
- Author:
- Elisabetta Cortese - TiLab S.p.A.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisterWith()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DFAgentDescriptiongetDescription()AIDgetDf()voidsetDescription(DFAgentDescription desc)voidsetDf(AID parent)
-
-
-
Method Detail
-
setDf
public void setDf(AID parent)
-
getDf
public AID getDf()
-
setDescription
public void setDescription(DFAgentDescription desc)
-
getDescription
public DFAgentDescription getDescription()
-
-