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

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

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

Methods in com.att.gs.codip.ograph that return OGPropInstance
 OGPropInstance OGResource.lookupPropInstance(java.lang.Object theID)
          Looks for a matching property in this resource.
 OGPropInstance OGResource.addNewPropInstance(OGResource newPropType, OGResource theObject)
          Creates a property instantce and adds it to the resource.
 OGPropInstance OGResource.getPropInstance(java.lang.Object theID)
          Looks for a property of this resource whose ID matches the provided ID.
 OGPropInstance[] OGResource.getPropInstances()
          Accessor for the read only indexed bean property, "properties"
 OGPropInstance OGOntology.createPropInstance(OGResource aType)
          Creates a Property instance in this ontology with a generated unique ID, sets the Clases type to the passed in type and adds the Property to the ontology.
 OGPropInstance OGOntology.createPropInstance(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Property instance in this ontology.
 OGPropInstance OGBaseOntology.lookupPropInstance(java.lang.Object theID)
           
 OGPropInstance OGBaseOntology.addNewPropInstance(OGResource newPropType, OGResource theObject)
           
 OGPropInstance OGBaseOntology.getPropInstance(java.lang.Object theID)
           
 OGPropInstance[] OGBaseOntology.getPropInstances()
           
 OGPropInstance OGBaseOntology.createPropInstance(OGResource aType)
           
 OGPropInstance OGBaseOntology.createPropInstance(OGResource aType, java.lang.String theID)
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGPropInstance
static void OGUtility.addJessInstance(jess.Rete rete, jess.Context context, OGPropInstance theProperty)
          Adds an instance to the provided Jess Rete Object.
 void OGResource.addPropInstance(OGPropInstance thePropInstance)
          Adds the provided property instance to the resource.
 void OGResource.removePropInstance(OGPropInstance thePropInstance)
          Removes the provided property instance from the resource.
 void OGBaseOntology.addPropInstance(OGPropInstance thePropInstance)
           
 void OGBaseOntology.removePropInstance(OGPropInstance thePropInstance)
           
 

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

Classes in com.att.gs.codip.ograph.imp that implement OGPropInstance
 class OGPropInstanceImp
           
 

Methods in com.att.gs.codip.ograph.imp that return OGPropInstance
 OGPropInstance OGResourceImp.lookupPropInstance(java.lang.Object theID)
           
 OGPropInstance OGResourceImp.addNewPropInstance(OGResource newPropType, OGResource theObject)
           
 OGPropInstance OGResourceImp.getPropInstance(java.lang.Object theID)
           
 OGPropInstance[] OGResourceImp.getPropInstances()
           
 OGPropInstance OGOntologyImp.createPropInstance(OGResource aType)
           
 OGPropInstance OGOntologyImp.createPropInstance(OGResource aType, java.lang.String theID)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGPropInstance
 void OGResourceImp.addPropInstance(OGPropInstance thePropInstance)
           
 void OGResourceImp.removePropInstance(OGPropInstance thePropInstance)
           
 



CODIP AT&T Government Solutions, Inc.