JADE_SL.onto
Class ACLOntology

java.lang.Object
  extended byJADE_SL.onto.Ontology
      extended byJADE_SL.onto.ACLOntology

public class ACLOntology
extends Ontology

Ontology containing the concepts that ACL mandates. see JADE_SL.Ontology

Author:
Federico Bergenti - Universita` di Parma

Field Summary
static java.lang.String COMMUNICATIVE_ACT
           
static java.lang.String COMMUNICATIVE_ACT_RECEIVERS
           
static java.lang.String COMMUNICATIVE_ACT_SENDER
           
static java.lang.String INFORM
           
static java.lang.String INFORM_PREDICATE
           
static java.lang.String QUERY_REF
           
static java.lang.String QUERY_REF_IRE
           
static java.lang.String REQUEST
           
static java.lang.String REQUEST_ACTION
           
private static ACLOntology theInstance
           
 
Fields inherited from class JADE_SL.onto.Ontology
 
Constructor Summary
private ACLOntology()
          Constructor
 
Method Summary
static Ontology getInstance()
          Returns the singleton instance of the ACLOntology.
 
Methods inherited from class JADE_SL.onto.Ontology
add, add, checkIsTerm, fromObject, getClassForElement, getName, getSchema, getSchema, getSchema, setAttribute, toObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMUNICATIVE_ACT

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

COMMUNICATIVE_ACT_SENDER

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

COMMUNICATIVE_ACT_RECEIVERS

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

INFORM

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

INFORM_PREDICATE

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

REQUEST

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

REQUEST_ACTION

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

QUERY_REF

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

QUERY_REF_IRE

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

theInstance

private static final ACLOntology theInstance
Constructor Detail

ACLOntology

private ACLOntology()
Constructor

Method Detail

getInstance

public static Ontology getInstance()
Returns the singleton instance of the ACLOntology.

Returns:
the ACLOntology


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