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

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

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

Methods in com.att.gs.codip.ograph that return OGLiteral
 OGLiteral OGOntology.lookupLiteral(java.lang.Object theID)
          Looks for a matching literal in this ontology.
 OGLiteral OGOntology.lookupLiteral(java.lang.Object theID, boolean pCreate)
          Looks for, and possibilly creates, a literal in this ontology.
 OGLiteral OGOntology.createLiteral()
          Creates a Literal in this ontology with a generated unique ID and adds the Literal to the ontology.
 OGLiteral OGOntology.createLiteral(java.lang.String theID)
          Looks for, and possibilly creates, a Literal in this ontology.
 OGLiteral OGOntology.createLiteralByValue(java.lang.String theValue)
          Looks for, and possibilly creates, a Literal in this ontology.
 OGLiteral OGOntology.createLiteral(OGResource aType)
          Creates a Literal in this ontology with a generated unique ID, sets the Clases type to the passed in type and adds the Literal to the ontology.
 OGLiteral OGOntology.createLiteralByValue(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Literal in this ontology.
 OGLiteral OGOntology.createLiteral(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Literal in this ontology.
 OGLiteral OGOntology.getLiteral(java.lang.Object theID)
          Looks for a literal in this ontology whose ID matches the provided ID.
 OGLiteral OGBaseOntology.lookupLiteral(java.lang.Object theID)
           
 OGLiteral OGBaseOntology.lookupLiteral(java.lang.Object theID, boolean pCreate)
           
 OGLiteral OGBaseOntology.createLiteral()
           
 OGLiteral OGBaseOntology.createLiteral(java.lang.String theID)
           
 OGLiteral OGBaseOntology.createLiteralByValue(java.lang.String theValue)
           
 OGLiteral OGBaseOntology.createLiteral(OGResource aType)
           
 OGLiteral OGBaseOntology.createLiteral(OGResource aType, java.lang.String theID)
           
 OGLiteral OGBaseOntology.createLiteralByValue(OGResource aType, java.lang.String theValue)
           
 OGLiteral OGBaseOntology.getLiteral(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGLiteral
static void OGUtility.printLiteral(java.io.PrintStream outStream, OGLiteral theLiteral)
          Prints a literal to the provided PrintStream.
static void OGUtility.addJessLiteral(jess.Rete rete, jess.Context context, OGLiteral theLiteral)
          Adds a literal to the provided Jess Rete Object.
 void OGOntology.addLiteral(OGLiteral theLiteral)
          Adds the provided literal to the ontology.
 void OGOntology.removeLiteral(OGLiteral theLiteral)
          Removes the provided literal from the ontology.
 void OGBaseOntology.addLiteral(OGLiteral theLiteral)
           
 void OGBaseOntology.removeLiteral(OGLiteral theLiteral)
           
 

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

Classes in com.att.gs.codip.ograph.imp that implement OGLiteral
 class OGLiteralImp
           
 

Methods in com.att.gs.codip.ograph.imp that return OGLiteral
 OGLiteral OGOntologyImp.lookupLiteral(java.lang.Object theID)
           
 OGLiteral OGOntologyImp.lookupLiteral(java.lang.Object theID, boolean pCreate)
           
 OGLiteral OGOntologyImp.createLiteral()
           
 OGLiteral OGOntologyImp.createLiteralByValue(java.lang.String theValue)
           
 OGLiteral OGOntologyImp.createLiteral(java.lang.String theID)
           
 OGLiteral OGOntologyImp.createLiteral(OGResource aType)
           
 OGLiteral OGOntologyImp.createLiteralByValue(OGResource aType, java.lang.String theValue)
           
 OGLiteral OGOntologyImp.createLiteral(OGResource aType, java.lang.String theID)
           
 OGLiteral OGOntologyImp.getLiteral(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGLiteral
 void OGOntologyImp.addLiteral(OGLiteral theLiteral)
           
 void OGOntologyImp.removeLiteral(OGLiteral theLiteral)
           
 



CODIP AT&T Government Solutions, Inc.