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

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

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

Fields in com.att.gs.codip.ograph declared as OGDatatype
static OGDatatype XSD.xsd_string
           
static OGDatatype XSD.xsd_double
           
static OGDatatype XSD.xsd_long
           
static OGDatatype XSD.xsd_real
           
static OGDatatype XSD.xsd_integer
           
static OGDatatype XSD.xsd_decimal
           
static OGDatatype OWL.Datatype
           
static OGDatatype DAML.Datatype
           
 

Methods in com.att.gs.codip.ograph that return OGDatatype
 OGDatatype OGOntology.lookupDatatype(java.lang.Object theID)
          Looks for a matching data type in this ontology.
 OGDatatype OGOntology.lookupDatatype(java.lang.Object theID, boolean pCreate)
          Looks for, and possibilly creates, a Datatype in this ontology.
 OGDatatype OGOntology.createDatatype()
          Creates a Datatype in this ontology with a generated unique ID and adds the Datatype to the ontology.
 OGDatatype OGOntology.createDatatype(java.lang.String theID)
          Looks for, and possibilly creates, a Datatype in this ontology.
 OGDatatype OGOntology.createDatatype(OGResource aType)
          Creates a Datatype in this ontology with a generated unique ID, sets the Clases type to the passed in type and adds the Datatype to the ontology.
 OGDatatype OGOntology.createDatatype(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Datatype in this ontology.
 OGDatatype OGOntology.getDatatype(java.lang.Object theID)
          Looks for a Datatype in this ontology whose ID matches the provided ID.
 OGDatatype OGBaseOntology.lookupDatatype(java.lang.Object theID)
           
 OGDatatype OGBaseOntology.lookupDatatype(java.lang.Object theID, boolean pCreate)
           
 OGDatatype OGBaseOntology.createDatatype()
           
 OGDatatype OGBaseOntology.createDatatype(java.lang.String theID)
           
 OGDatatype OGBaseOntology.createDatatype(OGResource aType)
           
 OGDatatype OGBaseOntology.createDatatype(OGResource aType, java.lang.String theID)
           
 OGDatatype OGBaseOntology.getDatatype(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGDatatype
static void OGUtility.printDatatype(java.io.PrintStream outStream, OGDatatype theDatatype)
          Prints a datatype to the provided PrintStream.
static void OGUtility.addJessDatatype(jess.Rete rete, jess.Context context, OGDatatype theDatatype)
          Adds a datatype to the provided Jess Rete Object.
 void OGOntology.addDatatype(OGDatatype theDatatype)
          Adds the provided data type to the ontology.
 void OGOntology.removeDatatype(OGDatatype theDatatype)
          Removes the provided data type from the ontology.
 void OGBaseOntology.addDatatype(OGDatatype theDatatype)
           
 void OGBaseOntology.removeDatatype(OGDatatype theDatatype)
           
 

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

Classes in com.att.gs.codip.ograph.imp that implement OGDatatype
 class OGDatatypeImp
           
 

Methods in com.att.gs.codip.ograph.imp that return OGDatatype
 OGDatatype OGOntologyImp.lookupDatatype(java.lang.Object theID)
           
 OGDatatype OGOntologyImp.lookupDatatype(java.lang.Object theID, boolean pCreate)
           
 OGDatatype OGOntologyImp.createDatatype()
           
 OGDatatype OGOntologyImp.createDatatype(java.lang.String theID)
           
 OGDatatype OGOntologyImp.createDatatype(OGResource aType)
           
 OGDatatype OGOntologyImp.createDatatype(OGResource aType, java.lang.String theID)
           
 OGDatatype OGOntologyImp.getDatatype(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGDatatype
 void OGOntologyImp.addDatatype(OGDatatype theDatatype)
           
 void OGOntologyImp.removeDatatype(OGDatatype theDatatype)
           
 



CODIP AT&T Government Solutions, Inc.