Package jade.content.onto

Interface Summary
Introspectable This interface must be implemented by ontological classes that belong to an ontology using the MicroIntrospector.
Introspector This interface defines the methods to convert objects of ontological classes into/from abstract descriptors.
 

Class Summary
BasicOntology This class implements an ontology containing schemas for Primitive types and SL0 operators i.e. basic ontological elements required for minimal agent interaction.
BCReflectiveIntrospector Backward Compatible reflective introspector.
CFReflectiveIntrospector  
MicroIntrospector This introspector does nothing but "asking objects to convert themselves into/from abstract descriptors".
Ontology An application-specific ontology describes the elements that agents can use within content of messages.
ReflectiveIntrospector The default introspector for user defined ontologies that uses Java Reflection to translate java objects to/from abstract descriptors.
SerializableOntology This ontology allows dealing with Java Serializable objects as if they were instances of ontological elements.
 

Exception Summary
OntologyException Generic exception of the content support.
UngroundedException Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables.
 



JADE