jade.domain.DFGUIManagement
Class GetDescriptionUsed

java.lang.Object
  extended by jade.domain.DFGUIManagement.GetDescriptionUsed
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term, java.io.Serializable

public class GetDescriptionUsed
extends java.lang.Object
implements AgentAction

This class implements the GetDescriptionUsed action. It used by the df applet to known the description used by the df to register itself with a parent.

Version:
$Date: 2003-08-26 11:15:34 +0200 (mar, 26 ago 2003) $
Author:
Elisabetta Cortese - TiLab S.p.A.
See Also:
Serialized Form

Constructor Summary
GetDescriptionUsed()
           
 
Method Summary
 AID getParentDF()
           
 void setParentDF(AID parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDescriptionUsed

public GetDescriptionUsed()
Method Detail

setParentDF

public void setParentDF(AID parent)

getParentDF

public AID getParentDF()