jade.content.onto
Class SerializableOntology

java.lang.Object
  |
  +--jade.content.onto.Ontology
        |
        +--jade.content.onto.SerializableOntology
All Implemented Interfaces:
Serializable, java.io.Serializable

public class SerializableOntology
extends Ontology

This ontology allows dealing with Java Serializable objects as if they were instances of ontological elements.
NOT available in MIDP

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Method Summary
static Ontology getInstance()
          Returns the singleton instance of the SerializableOntology.
 
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, fromObject, getActionNames, getClassForElement, getConceptNames, getName, getPredicateNames, getSchema, toObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

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

Returns:
the singleton instance of the SerializableOntology


JADE