sl
Class BasicOntology

java.lang.Object
  extended bysl.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
           
private static Ontology theInstance
           
static java.lang.String TRUE
           
 
Constructor Summary
private BasicOntology()
           
 
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

ACTION

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

AGENTIDENTIFIER

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

TRUE

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

FALSE

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

DONE

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

RESULT

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

NOT

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

BasicOntology

private BasicOntology()
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.