jade.domain.introspection
Class RemovedContainer

java.lang.Object
  |
  +--jade.domain.introspection.RemovedContainer
All Implemented Interfaces:
Concept, Event, Serializable, java.io.Serializable, Term

public class RemovedContainer
extends java.lang.Object
implements Event

An introspection event, recording the removal of an agent container within the platform.

Version:
$Date: 2003-11-19 17:04:37 +0100 (mer, 19 nov 2003) $ $Revision: 4567 $
Author:
Giovanni Rimassa - Universita' di Parma
See Also:
Serialized Form

Field Summary
static java.lang.String NAME
          A string constant for the name of this event.
 
Constructor Summary
RemovedContainer()
          Default constructor.
 
Method Summary
 ContainerID getContainer()
          Retrieve the value of the container slot of this event, containing the container identifier of the newly removed container.
 java.lang.String getName()
          Retrieve the name of this event.
 void setContainer(ContainerID id)
          Set the container slot of this event.
 
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
A string constant for the name of this event.

See Also:
Constant Field Values
Constructor Detail

RemovedContainer

public RemovedContainer()
Default constructor. A default constructor is necessary for ontological classes.

Method Detail

getName

public java.lang.String getName()
Retrieve the name of this event.

Specified by:
getName in interface Event
Returns:
A constant value for the event name.

setContainer

public void setContainer(ContainerID id)
Set the container slot of this event.

Parameters:
id - The container identifier of the newly removed container.

getContainer

public ContainerID getContainer()
Retrieve the value of the container slot of this event, containing the container identifier of the newly removed container.

Returns:
The value of the container slot, or null if no value was set.


JADE