jade.content.onto
Class ACLOntology

java.lang.Object
  |
  +--jade.content.onto.Ontology
        |
        +--jade.content.onto.ACLOntology

public class ACLOntology
extends Ontology

Ontology containing the concepts that ACL mandates. see jade.content.Ontology

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

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
           
 
Method Summary
static Ontology getInstance()
          Returns the singleton instance of the ACLOntology.
 
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, fromObject, fromObject, getClassForElement, getName, getSchema, toObject, 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

COMMUNICATIVE_ACT_SENDER

public static final java.lang.String COMMUNICATIVE_ACT_SENDER

COMMUNICATIVE_ACT_RECEIVERS

public static final java.lang.String COMMUNICATIVE_ACT_RECEIVERS

INFORM

public static final java.lang.String INFORM

INFORM_PREDICATE

public static final java.lang.String INFORM_PREDICATE

REQUEST

public static final java.lang.String REQUEST

REQUEST_ACTION

public static final java.lang.String REQUEST_ACTION

QUERY_REF

public static final java.lang.String QUERY_REF

QUERY_REF_IRE

public static final java.lang.String QUERY_REF_IRE
Method Detail

getInstance

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