jade.domain.introspection
Class ShutdownPlatformRequested

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

public class ShutdownPlatformRequested
extends java.lang.Object
implements Event

This class represents the shutdown-platform-requested concept in the jade-introspection ontology.

Since:
JADE 3.5
Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Field Summary
static java.lang.String NAME
          A string constant for the name of this event.
 
Constructor Summary
ShutdownPlatformRequested()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Retrieve the name 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

ShutdownPlatformRequested

public ShutdownPlatformRequested()
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.


JADE