Package jade.domain.DFGUIManagement
Class ModifyOn
- java.lang.Object
-
- jade.domain.DFGUIManagement.ModifyOn
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class ModifyOn extends Object implements AgentAction
This class implements the ModifyOn action. It used by the dfApplet to request the df to modify the description of an agent registered with another df- Version:
- $Date$
- Author:
- Elisabetta Cortese - TiLab S.p.A.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DFAgentDescriptiongetDescription()AIDgetDf()voidsetDescription(DFAgentDescription desc)voidsetDf(AID parent)The df on which the modify action will be perfomed.
-
-
-
Method Detail
-
setDf
public void setDf(AID parent)
The df on which the modify action will be perfomed.
-
getDf
public AID getDf()
-
setDescription
public void setDescription(DFAgentDescription desc)
-
getDescription
public DFAgentDescription getDescription()
-
-