sl
Class JADEMetaOntology

java.lang.Object
  extended bysl.JADEMetaOntology

public class JADEMetaOntology
extends java.lang.Object

This class represents the meta-ontology used by JADE. There is only a single instance of this class.

The jade.onto.JadeMetaOntology package contains one class for each role in this ontology.


Field Summary
static java.lang.String ANONTOLOGY
           
static java.lang.String NAME
          A symbolic constant, containing the name of this ontology.
static java.lang.String ROLE
           
static java.lang.String SLOT
           
private static Ontology theInstance
           
 
Constructor Summary
private JADEMetaOntology()
           
 
Method Summary
private static void initInstance()
           
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
 

Field Detail

NAME

public static final java.lang.String NAME
A symbolic constant, containing the name of this ontology.

See Also:
Constant Field Values

theInstance

private static Ontology theInstance

ANONTOLOGY

public static final java.lang.String ANONTOLOGY
See Also:
Constant Field Values

ROLE

public static final java.lang.String ROLE
See Also:
Constant Field Values

SLOT

public static final java.lang.String SLOT
See Also:
Constant Field Values
Constructor Detail

JADEMetaOntology

private JADEMetaOntology()
Method Detail

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.

initInstance

private static void initInstance()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.