jade.domain.DFGUIManagement
Class RegisterWith

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

public class RegisterWith
extends java.lang.Object
implements AgentAction

This class implement the registerWith action. If allows the df to request to another df to register an agent.

Version:
$Date: 2002/07/12 07:53:36 $
Author:
Elisabetta Cortese - TiLab S.p.A.

Constructor Summary
RegisterWith()
           
 
Method Summary
 DFAgentDescription getDescription()
           
 AID getDf()
           
 void setDescription(DFAgentDescription desc)
           
 void setDf(AID parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterWith

public RegisterWith()
Method Detail

setDf

public void setDf(AID parent)

getDf

public AID getDf()

setDescription

public void setDescription(DFAgentDescription desc)

getDescription

public DFAgentDescription getDescription()