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
Method Summary |
static Ontology |
getInstance()
Returns the singleton instance of the ACLOntology . |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
getInstance
public static Ontology getInstance()
- Returns the singleton instance of the
ACLOntology
.
- Returns:
- the
ACLOntology