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

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

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

Classes in com.att.gs.codip.ograph that implement OGOntology
 class DAML
          An implementaiton of the OGOntology Interface that provides static instances of the core DAML+OIL Classes and Properties.
 class OGBaseOntology
          An implementaiton of the OGOntology Interface that provides static instances of the OWL Classes and Properties.
 class OWL
          An implementaiton of the OGOntology Interface that provides static instances of the OWL Classes and Properties.
 class RDFS
          An implementaiton of the OGOntology Interface that provides static instances of the RDFS Classes and Properties.
 class XSD
          An implementaiton of the OGOntology Interface that provides static instances of the XML Schema Data types.
 

Fields in com.att.gs.codip.ograph declared as OGOntology
static OGOntology XSD.Ontology
          Common XSD data types are predefined.
static OGOntology RDFS.Ontology
           
static OGOntology OWL.Ontology
           
protected  OGOntology OGBaseOntology.myImpl
          The internal Ontology implementation.
static OGOntology DAML.Ontology
           
 

Methods in com.att.gs.codip.ograph that return OGOntology
 OGOntology OntologyManager.getDAML()
          Getter method for the default core ontology provided by the ontology manager.
 OGOntology OntologyManager.getOWL()
          Getter method for the default core OWL ontology provided by the ontology manager.
 OGOntology OntologyManager.getXSD()
          Getter method for the default core XML Schema Datatype ontology provided by the ontology manager.
 OGOntology OntologyManager.lookupOntology(java.lang.Object theID)
          Looks for an existing instance the specified Ontology by ID.
 OGOntology OntologyManager.lookupOntology(java.lang.Object theURI, boolean pCreate)
          Looks for, and possibilly loads, the specified Ontology by URI.
 OGOntology OntologyManager.createOntology()
          Creates a new instance of an ontology with a generated unique URI.
 OGOntology OntologyManager.createOntology(java.lang.String theURI)
          Loads or creates an ontology by URI.
 OGOntology OntologyManager.createOntology(java.lang.String theURI, boolean forceReload)
          If forceReload is true will (re)load the ontology from the URI even if an existing instance is found.
 OGOntology OntologyManager.getOntology(java.lang.Object theURI)
          Looks for an ontology in the managed colleciton whose URI matches the provided URI.
 OGOntology OntologyFactory.createFromRDF(edu.unika.aifb.rdf.api.model.Model theRDF)
          Builds ontologies from RDF models.
 OGOntology OntologyFactory.createFromURI(java.lang.String theURI)
          Builds ontologies from a model identified by the URI.
 OGOntology OntologyFactory.createFromURI(java.lang.String theURI, java.lang.String theXSLURI)
          Builds ontologies from an ontology identified by the URI, after applying the XSL transformation specified in the XSL URI.
 OGOntology OGResource.getOntology()
          Getter method for this resource's Ontology.
 OGOntology OGOntology.lookupImport(java.lang.Object theID)
          Looks for an imported ontology by ID.
 OGOntology OGOntology.getImport(java.lang.Object theID)
          Looks for an imported ontology in this ontology whose ID matches the provided ID.
 OGOntology[] OGOntology.getImports()
          Accessor for the read only indexed bean property, "imports"
 OGOntology OGBaseOntology.getOntology()
           
 OGOntology OGBaseOntology.lookupImport(java.lang.Object theID)
           
 OGOntology OGBaseOntology.getImport(java.lang.Object theID)
           
 OGOntology[] OGBaseOntology.getImports()
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGOntology
 void OntologyManager.addOntology(OGOntology theOntology)
          Adds the provided ontology to the managed collection.
 void OntologyManager.morphOntology(OGOntology theOntology, java.lang.String theURI)
          Morphs the provided ontology & updates the managed collection.
 void OntologyManager.removeOntology(OGOntology theOntology)
          Removes the provided ontology from the managed collection.
 void OntologyManager.addAlias(java.lang.String anAlias, OGOntology theOntology)
          Adds an alias for the supplied ontology.
 java.util.Iterator OntologyManager.aliases(OGOntology theOntology)
          Provides an iterator over all aliases for the spefcified ontology that are known by this manager.
 edu.unika.aifb.rdf.api.model.Model OntologyFactory.toRDFModel(OGOntology theWorkingOntology)
          Creates an RDF model from an ontology.
static void OGUtility.printOntotology(java.io.PrintStream outStream, OGOntology theOnto)
          Prints an ontology, and all its components, to the provided PrintStream.
static void OGUtility.addJessOntotology(jess.Rete rete, OGOntology theOnto)
          Adds an ontology, and all its compoents, to the provided Jess Rete Object.
static void OGUtility.addJessOntotology(jess.Rete rete, OGOntology theOnto, boolean forceReload)
          Adds an ontology, and all its compoents, to the provided Jess Rete Object.
static void OGUtility.addJessInstances(jess.Rete rete, OGOntology theOnto)
          Adds the instances in an ontology to the provided Jess Rete Object.
static void OGUtility.addJessInstances(jess.Rete rete, OGOntology theOnto, boolean forceReload)
          Adds the instances in an ontology to the provided Jess Rete Object.
static void OGUtility.removeJessOntotology(jess.Rete rete, OGOntology theOnto)
          Removes an ontology, and all its compoents, from the provided Jess Rete Object.
static void OGUtility.removeJessInstances(jess.Rete rete, OGOntology theOnto)
           
 void OGOntology.addImport(OGOntology theImport)
          Adds the provided ontology to the ontology's imports.
 void OGOntology.removeImport(OGOntology theImport)
          Removes the provided ontology from the ontology's imports.
 void OGBaseOntology.addImport(OGOntology theImport)
           
 void OGBaseOntology.removeImport(OGOntology theImport)
           
 

Constructors in com.att.gs.codip.ograph with parameters of type OGOntology
XSD(OGOntology anOntoImpl)
          Creates an instance using the passed in OGOntology.
RDFS(OGOntology anOntoImpl)
          Creates an instance of using the passed in OGOntology.
OWL(OGOntology anOntoImpl)
          Creates an instance of OWL using the passed in OGOntology.
DAML(OGOntology anOntoImpl)
          Creates an instance of DAML using the passed in OGOntology.
 

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

Classes in com.att.gs.codip.ograph.imp that implement OGOntology
 class OGOntologyImp
          Ontology Graph
 class OGVirtualOntologyImp
          Virtual Ontology Graph The virtual ontolgoy graph supports incomplete references.
 

Methods in com.att.gs.codip.ograph.imp that return OGOntology
 OGOntology OntologyManagerImp.getRDFS()
           
 OGOntology OntologyManagerImp.getDAML()
           
 OGOntology OntologyManagerImp.getOWL()
           
 OGOntology OntologyManagerImp.getXSD()
           
 OGOntology OntologyManagerImp.lookupOntology(java.lang.Object theID)
           
 OGOntology OntologyManagerImp.lookupOntology(java.lang.Object theURI, boolean pCreate)
           
 OGOntology OntologyManagerImp.createOntology()
           
 OGOntology OntologyManagerImp.createOntology(java.lang.String theURI)
           
 OGOntology OntologyManagerImp.createOntology(java.lang.String theURI, boolean forceReload)
           
 OGOntology OntologyManagerImp.getOntology(java.lang.Object theID)
           
 OGOntology OWLOntologyFactoryImp.createFromURI(java.lang.String theURI)
          Factory Methods.
 OGOntology OWLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.lang.String theXSLTURI)
           
 OGOntology OWLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.lang.String theXSLTURI, java.io.InputStream transIn)
           
 OGOntology OWLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.io.InputStream inStream)
           
 OGOntology OWLOntologyFactoryImp.createFromRDF(edu.unika.aifb.rdf.api.model.Model theRDF)
           
 OGOntology OGResourceImp.getOntology()
           
 OGOntology OGOntologyImp.lookupImport(java.lang.Object theID)
           
 OGOntology OGOntologyImp.getImport(java.lang.Object theID)
           
 OGOntology[] OGOntologyImp.getImports()
           
 OGOntology DAMLOntologyFactoryImp.createFromURI(java.lang.String theURI)
          Factory Methods.
 OGOntology DAMLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.lang.String theXSLTURI)
           
 OGOntology DAMLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.lang.String theXSLTURI, java.io.InputStream transIn)
           
 OGOntology DAMLOntologyFactoryImp.createFromURI(java.lang.String theURI, java.io.InputStream inStream)
           
 OGOntology DAMLOntologyFactoryImp.createFromRDF(edu.unika.aifb.rdf.api.model.Model theRDF)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGOntology
 void OntologyManagerImp.addOntology(OGOntology theOntology)
           
 void OntologyManagerImp.morphOntology(OGOntology theOntology, java.lang.String theURI)
           
 void OntologyManagerImp.removeOntology(OGOntology theOntology)
           
 void OntologyManagerImp.addAlias(java.lang.String anAlias, OGOntology theOntology)
           
 java.util.Iterator OntologyManagerImp.aliases(OGOntology theOntology)
           
 edu.unika.aifb.rdf.api.model.Model OWLOntologyFactoryImp.toRDFModel(OGOntology theWorkingOntology)
           
protected  void OWLOntologyFactoryImp.addOntologyToRDFModel(OGOntology theWorkingOntology, edu.unika.aifb.rdf.api.model.Model theRDFModel)
           
protected  void OWLOntologyFactoryImp.addResourceToRDFModel(OGOntology theWorkingOntology, edu.unika.aifb.rdf.api.model.Model theRDFModel, OGResource theSrcResource)
           
protected  void OGResourceImp.resourceInitialization(java.lang.String theID, OGOntology anOntology)
           
 void OGOntologyImp.addImport(OGOntology theImport)
           
 void OGOntologyImp.removeImport(OGOntology theImport)
           
 edu.unika.aifb.rdf.api.model.Model DAMLOntologyFactoryImp.toRDFModel(OGOntology theWorkingOntology)
           
protected  void DAMLOntologyFactoryImp.addOntologyToRDFModel(OGOntology theWorkingOntology, edu.unika.aifb.rdf.api.model.Model theRDFModel)
           
protected  void DAMLOntologyFactoryImp.addResourceToRDFModel(OGOntology theWorkingOntology, edu.unika.aifb.rdf.api.model.Model theRDFModel, OGResource theSrcResource)
           
 

Constructors in com.att.gs.codip.ograph.imp with parameters of type OGOntology
OGPropertyImp(OGOntology anOntology)
           
OGPropertyImp(java.lang.String theID, OGOntology anOntology)
           
OGPropInstanceImp(OGOntology anOntology)
           
OGPropInstanceImp(java.lang.String theID, OGOntology anOntology)
           
OGLiteralImp(OGOntology anOntology)
           
OGLiteralImp(java.lang.String theID, OGOntology anOntology)
           
OGDatatypeImp(OGOntology anOntology)
          The OGDatatype class is a place holder for now.
OGDatatypeImp(java.lang.String theID, OGOntology anOntology)
           
OGClassImp(OGOntology anOntology)
           
OGClassImp(java.lang.String theID, OGOntology anOntology)
           
OGResourceImp(OGOntology anOntology)
           
OGResourceImp(java.lang.String theID, OGOntology anOntology)
           
 



CODIP AT&T Government Solutions, Inc.