jade.domain.DFGUIManagement
Class ModifyOn

java.lang.Object
  |
  +--jade.domain.DFGUIManagement.ModifyOn

public class ModifyOn
extends java.lang.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: 2002/07/12 07:53:36 $
Author:
Elisabetta Cortese - TiLab S.p.A.

Constructor Summary
ModifyOn()
           
 
Method Summary
 DFAgentDescription getDescription()
           
 AID getDf()
           
 void setDescription(DFAgentDescription desc)
           
 void setDf(AID parent)
          The df on which the modify action will be perfomed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyOn

public ModifyOn()
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()