jade.domain.JADEAgentManagement
Class JADEAgentManagementOntology

java.lang.Object
  |
  +--jade.domain.JADEAgentManagement.JADEAgentManagementOntology

public class JADEAgentManagementOntology
extends java.lang.Object

This class represents the ontology jade-agent-management, containing all JADE extensions related to agent management. There is only a single instance of this class.

The package contains one class for each Frame in the ontology.


Field Summary
static java.lang.String AGENTBORN
           
static java.lang.String AGENTDEAD
           
static java.lang.String AGENTIDENTIFIER
           
static java.lang.String AGENTMOVED
           
static java.lang.String CONTAINERBORN
           
static java.lang.String CONTAINERDEAD
           
static java.lang.String CREATEAGENT
           
static java.lang.String EVENTOCCURRED
           
static java.lang.String KILLAGENT
           
static java.lang.String KILLCONTAINER
           
static java.lang.String NAME
          A symbolic constant, containing the name of this ontology.
static java.lang.String SHOWGUI
           
static java.lang.String SNIFFOFF
           
static java.lang.String SNIFFON
           
 
Method Summary
static Ontology instance()
          This method grants access to the unique instance of the ontology.
 
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 symbolic constant, containing the name of this ontology.

AGENTIDENTIFIER

public static final java.lang.String AGENTIDENTIFIER

CONTAINERBORN

public static final java.lang.String CONTAINERBORN

CONTAINERDEAD

public static final java.lang.String CONTAINERDEAD

AGENTBORN

public static final java.lang.String AGENTBORN

AGENTDEAD

public static final java.lang.String AGENTDEAD

AGENTMOVED

public static final java.lang.String AGENTMOVED

KILLCONTAINER

public static final java.lang.String KILLCONTAINER

CREATEAGENT

public static final java.lang.String CREATEAGENT

KILLAGENT

public static final java.lang.String KILLAGENT

SNIFFON

public static final java.lang.String SNIFFON

SNIFFOFF

public static final java.lang.String SNIFFOFF

SHOWGUI

public static final java.lang.String SHOWGUI

EVENTOCCURRED

public static final java.lang.String EVENTOCCURRED
Method Detail

instance

public static Ontology instance()
This method grants access to the unique instance of the ontology.
Returns:
An Ontology object, containing the concepts of the ontology.