Uses of Interface
sl.Ontology

Packages that use Ontology
sl   
 

Uses of Ontology in sl
 

Classes in sl that implement Ontology
 class DefaultOntology
          A simple implementation of the Ontology interface.
 

Fields in sl declared as Ontology
private static Ontology BasicOntology.theInstance
           
private  Ontology FrameSchema.myOntology
           
private static Ontology JADEMetaOntology.theInstance
           
 

Methods in sl that return Ontology
static Ontology BasicOntology.instance()
          This method grants access to the unique instance of the basic ontology.
static Ontology JADEMetaOntology.instance()
          This method grants access to the unique instance of the basic ontology.
 

Methods in sl with parameters of type Ontology
 java.lang.String Codec.encode(java.util.List v, Ontology o)
          Encodes a t-uple of Frame objects into a Java String, according to this Content Language and Ontology by looking up the given ontology for the role played by symbols (i.e. whether they are concepts, actions or predicates).
 java.util.List Codec.decode(java.lang.String s, Ontology o)
          Decodes a given String, according to the given Content Language and obtains a t-uple of Frame objects.
 void DefaultOntology.joinOntology(Ontology o)
          Adds to this ontology all roles included into another ontology
 void Ontology.joinOntology(Ontology o)
          Adds to this ontology all roles included into another ontology
 java.lang.String SL0Codec.encode(java.util.List v, Ontology o)
           
 java.util.List SL0Codec.decode(java.lang.String s, Ontology o)
           
 

Constructors in sl with parameters of type Ontology
FrameSchema(Ontology o, java.lang.String n)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.