jade.domain.DFGUIManagement
Class Federate

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

public class Federate
extends java.lang.Object
implements AgentAction

This class implements the Federate action.

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
Federate()
           
 
Method Summary
 java.lang.Object getChildrenDF()
          Deprecated. Use getDescription() instead.
 DFAgentDescription getDescription()
           
 AID getDf()
           
 java.lang.Object getParentDF()
          Deprecated. Use getDf() instead.
 void setChildrenDF(java.lang.Object desc)
          Deprecated. Use setDescription() instead.
 void setDescription(DFAgentDescription description)
           
 void setDf(AID df)
           
 void setParentDF(java.lang.Object parent)
          Deprecated. Use setDf() instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Federate

public Federate()
Method Detail

setDf

public void setDf(AID df)

getDf

public AID getDf()

setDescription

public void setDescription(DFAgentDescription description)

getDescription

public DFAgentDescription getDescription()

setParentDF

public void setParentDF(java.lang.Object parent)
Deprecated. Use setDf() instead.


getParentDF

public java.lang.Object getParentDF()
Deprecated. Use getDf() instead.


setChildrenDF

public void setChildrenDF(java.lang.Object desc)
Deprecated. Use setDescription() instead.


getChildrenDF

public java.lang.Object getChildrenDF()
Deprecated. Use getDescription() instead.