jade.content.onto
Class SerializableOntology

java.lang.Object
  extended by jade.content.onto.Ontology
      extended by jade.content.onto.SerializableOntology
All Implemented Interfaces:
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

Field Summary
static java.lang.String SERIALIZABLE
           
static java.lang.String SERIALIZABLE_VALUE
           
 
Method Summary
static Ontology getInstance()
          Returns the singleton instance of the SerializableOntology.
 
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, createConceptSlotFunction, dump, dump, externalizeSlotValue, fromObject, getActionNames, getClassForElement, getConceptNames, getIntrospector, getName, getOwnActionNames, getOwnConceptNames, getOwnPredicateNames, getPredicateNames, getSchema, getSchema, internalizeSlotValue, toObject, toString, useConceptSlotsAsFunctions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERIALIZABLE

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

SERIALIZABLE_VALUE

public static final java.lang.String SERIALIZABLE_VALUE
See Also:
Constant Field Values
Method Detail

getInstance

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

Returns:
the singleton instance of the SerializableOntology


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions