Uses of Interface
com.att.gs.codip.ograph.OGClass

Packages that use OGClass
com.att.gs.codip.ograph OGraph  
com.att.gs.codip.ograph.imp   
 

Uses of OGClass in com.att.gs.codip.ograph
 

Fields in com.att.gs.codip.ograph declared as OGClass
static OGClass RDFS.Class
          RDF/S as an OGONtology
static OGClass RDFS.Literal
           
static OGClass RDFS.Datatype
           
static OGClass RDFS.List
           
static OGClass RDFS.nil
           
static OGClass OWL.Class
           
static OGClass OWL.Thing
           
static OGClass OWL.Nothing
           
static OGClass OWL.Literal
           
static OGClass OWL.AllDifferent
           
static OGClass OWL.Restriction
           
static OGClass DAML.Thing
           
static OGClass DAML.Nothing
           
static OGClass DAML.Class
           
static OGClass DAML.Literal
           
static OGClass DAML.Disjoint
           
static OGClass DAML.Restriction
           
static OGClass DAML.List
           
static OGClass DAML.RDFS_Class
           
 

Methods in com.att.gs.codip.ograph that return OGClass
 OGClass OGClass.lookupSubClassOf(java.lang.Object theID)
          Looks for super classes of this class.
 OGClass OGClass.getSubClassOf(java.lang.Object theID)
          Looks for the provided super class in the class's subClassOf collection.
 OGClass[] OGClass.getSubClassOf()
          Accessor for the read only indexed bean property, "subClassOf"
 OGClass OGOntology.lookupClass(java.lang.Object theID)
          Looks for a matching class in this ontology.
 OGClass OGOntology.lookupClass(java.lang.Object theID, boolean pCreate)
          Looks for, and possibilly creates, a Class in this ontology.
 OGClass OGOntology.createClass()
          Creates a Class in this ontology with a generated unique ID and adds the Class to the ontology.
 OGClass OGOntology.createClass(java.lang.String theID)
          Looks for, and possibilly creates, a Class in this ontology.
 OGClass OGOntology.createClass(OGResource aType)
          Creates a Class in this ontology with a generated unique ID, sets the Clases type to the passed in type and adds the Class to the ontology.
 OGClass OGOntology.createClass(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Class in this ontology.
 OGClass OGOntology.getClass(java.lang.Object theID)
          Looks for a Class in this ontology whose ID matches the provided ID.
 OGClass OGBaseOntology.lookupClass(java.lang.Object theID)
           
 OGClass OGBaseOntology.lookupClass(java.lang.Object theID, boolean pCreate)
           
 OGClass OGBaseOntology.createClass()
           
 OGClass OGBaseOntology.createClass(java.lang.String theID)
           
 OGClass OGBaseOntology.createClass(OGResource aType)
           
 OGClass OGBaseOntology.createClass(OGResource aType, java.lang.String theID)
           
 OGClass OGBaseOntology.getClass(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGClass
static void OGUtility.printClass(java.io.PrintStream outStream, OGClass theClass)
          Prints a class to the provided PrintStream.
static void OGUtility.addJessClass(jess.Rete rete, jess.Context context, OGClass theClass)
          Adds a class to the provided Jess Rete Object.
 void OGClass.addSubClassOf(OGClass theClass)
          Adds the provided class to the class's subClassOf collection.
 void OGClass.removeSubClassOf(OGClass theClass)
          Removes the provided class from the class's subClassOf collection.
 void OGOntology.addClass(OGClass theClass)
          Adds the provided class to the ontology.
 void OGOntology.removeClass(OGClass theClass)
          Removes the provided class from the ontology.
 void OGBaseOntology.addClass(OGClass theClass)
           
 void OGBaseOntology.removeClass(OGClass theClass)
           
 

Uses of OGClass in com.att.gs.codip.ograph.imp
 

Classes in com.att.gs.codip.ograph.imp that implement OGClass
 class OGClassImp
           
 

Methods in com.att.gs.codip.ograph.imp that return OGClass
 OGClass OGClassImp.lookupSubClassOf(java.lang.Object theID)
           
 OGClass OGClassImp.getSubClassOf(java.lang.Object theID)
           
 OGClass[] OGClassImp.getSubClassOf()
           
 OGClass OGOntologyImp.lookupClass(java.lang.Object theID)
          Collection Access Methods.
 OGClass OGOntologyImp.lookupClass(java.lang.Object theID, boolean pCreate)
           
 OGClass OGOntologyImp.createClass()
           
 OGClass OGOntologyImp.createClass(java.lang.String theID)
           
 OGClass OGOntologyImp.createClass(OGResource aType)
           
 OGClass OGOntologyImp.createClass(OGResource aType, java.lang.String theID)
           
 OGClass OGOntologyImp.getClass(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGClass
 void OGClassImp.addSubClassOf(OGClass theClass)
           
 void OGClassImp.removeSubClassOf(OGClass theClass)
           
 void OGOntologyImp.addClass(OGClass theClass)
           
 void OGOntologyImp.removeClass(OGClass theClass)
           
 



CODIP AT&T Government Solutions, Inc.