jade.domain.introspection
Class ResetEvents

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

public class ResetEvents
extends java.lang.Object
implements Event

This class represents the meta-reset-events concept in the jade-introspection ontology.

Author:
Giovanni Rimassa - FRAMeTech s.r.l.
See Also:
Serialized Form

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

ResetEvents

public ResetEvents()
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