jade.domain.introspection
Class RemovedContainer

java.lang.Object
  |
  +--jade.domain.introspection.RemovedContainer

public class RemovedContainer
extends java.lang.Object
implements Event

This class represents the removed-container concept in the jade-introspection ontology.

Version:
$Date: 2001/04/30 15:57:29 $ $Revision: 1.2 $
Author:
Giovanni Rimassa - Universita` di Parma

Field Summary
static java.lang.String NAME
           
 
Constructor Summary
RemovedContainer()
           
 
Method Summary
 ContainerID getContainer()
           
 java.lang.String getName()
           
 void setContainer(ContainerID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Constructor Detail

RemovedContainer

public RemovedContainer()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Event

setContainer

public void setContainer(ContainerID id)

getContainer

public ContainerID getContainer()