jade.onto.basic
Class BasicOntology
java.lang.Object
|
+--jade.onto.basic.BasicOntology
- public class BasicOntology
- extends java.lang.Object
This class represents an ontology including basic concepts
that are common to a lot of different applications.
There is only a single instance of this class.
The jade.onto.basic package contains one class for
each role in this ontology.
|
Field Summary |
static java.lang.String |
ACTION
|
static java.lang.String |
AGENTIDENTIFIER
|
static java.lang.String |
DONE
|
static java.lang.String |
FALSE
|
static java.lang.String |
NAME
A symbolic constant, containing the name of this ontology. |
static java.lang.String |
NOT
|
static java.lang.String |
RESULT
|
static java.lang.String |
TRUE
|
|
Method Summary |
static Ontology |
instance()
This method grants access to the unique instance of the
basic ontology. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NAME
public static final java.lang.String NAME
- A symbolic constant, containing the name of this ontology.
ACTION
public static final java.lang.String ACTION
AGENTIDENTIFIER
public static final java.lang.String AGENTIDENTIFIER
TRUE
public static final java.lang.String TRUE
FALSE
public static final java.lang.String FALSE
DONE
public static final java.lang.String DONE
RESULT
public static final java.lang.String RESULT
NOT
public static final java.lang.String NOT
instance
public static Ontology instance()
- This method grants access to the unique instance of the
basic ontology.
- Returns:
- An
Ontology object, containing the concepts
of the basic ontology.