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

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

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

Subinterfaces of OGProperty in com.att.gs.codip.ograph
 interface OGPropInstance
          Provides instances of Property.
 

Fields in com.att.gs.codip.ograph declared as OGProperty
static OGProperty RDFS.Property
           
static OGProperty RDFS.label
           
static OGProperty RDFS.comment
           
static OGProperty RDFS.isDefinedBy
           
static OGProperty RDFS.first
           
static OGProperty RDFS.rest
           
static OGProperty RDFS.domain
           
static OGProperty RDFS.range
           
static OGProperty RDFS.subClassOf
           
static OGProperty RDFS.subPropertyOf
           
static OGProperty RDFS.RDF_type
           
static OGProperty OWL.ObjectProperty
           
static OGProperty OWL.DatatypeProperty
           
static OGProperty OWL.FunctionalProperty
           
static OGProperty OWL.InverseFunctionalProperty
           
static OGProperty OWL.SymmetricProperty
           
static OGProperty OWL.TransitiveProperty
           
static OGProperty OWL.allValuesFrom
           
static OGProperty OWL.backwardCompatibleWith
           
static OGProperty OWL.cardinality
           
static OGProperty OWL.complementOf
           
static OGProperty OWL.differentFrom
           
static OGProperty OWL.disjointWith
           
static OGProperty OWL.distinctMembers
           
static OGProperty OWL.equivalentClass
           
static OGProperty OWL.equivalentProperty
           
static OGProperty OWL.hasValue
           
static OGProperty OWL.imports
           
static OGProperty OWL.incompatibleWith
           
static OGProperty OWL.intersectionOf
           
static OGProperty OWL.inverseOf
           
static OGProperty OWL.maxCardinality
           
static OGProperty OWL.minCardinality
           
static OGProperty OWL.oneOf
           
static OGProperty OWL.onProperty
           
static OGProperty OWL.priorVersion
           
static OGProperty OWL.sameAs
           
static OGProperty OWL.sameIndividualAs
           
static OGProperty OWL.someValuesFrom
           
static OGProperty OWL.unionOf
           
static OGProperty OWL.versionInfo
           
static OGProperty DAML.Property
           
static OGProperty DAML.ObjectProperty
           
static OGProperty DAML.DatatypeProperty
           
static OGProperty DAML.RestrictionP
           
static OGProperty DAML.UniqueProperty
           
static OGProperty DAML.TransitiveProperty
           
static OGProperty DAML.UnambiguousProperty
           
static OGProperty DAML.equivalentTo
           
static OGProperty DAML.sameClassAs
           
static OGProperty DAML.samePropertyAs
           
static OGProperty DAML.sameIndividualAs
           
static OGProperty DAML.differentIndividualFrom
           
static OGProperty DAML.disjointWith
           
static OGProperty DAML.unionOf
           
static OGProperty DAML.disjointUnionOf
           
static OGProperty DAML.intersectionOf
           
static OGProperty DAML.complementOf
           
static OGProperty DAML.oneOf
           
static OGProperty DAML.onProperty
           
static OGProperty DAML.toClass
           
static OGProperty DAML.hasValue
           
static OGProperty DAML.hasClass
           
static OGProperty DAML.cardinality
           
static OGProperty DAML.hasClassQ
           
static OGProperty DAML.minCardinality
           
static OGProperty DAML.maxCardinality
           
static OGProperty DAML.minCardinalityQ
           
static OGProperty DAML.maxCardinalityQ
           
static OGProperty DAML.cardinalityQ
           
static OGProperty DAML.inverseOf
           
static OGProperty DAML.first
           
static OGProperty DAML.rest
           
static OGProperty DAML.item
           
static OGProperty DAML.versionInfo
           
static OGProperty DAML.imports
           
static OGProperty DAML.type
           
static OGProperty DAML.value
           
static OGProperty DAML.label
           
static OGProperty DAML.comment
           
static OGProperty DAML.domain
           
static OGProperty DAML.range
           
static OGProperty DAML.subClassOf
           
static OGProperty DAML.subPropertyOf
           
static OGProperty DAML.seeAlso
           
static OGProperty DAML.isDefinedBy
           
static OGProperty DAML.RDF_type
          RDF/S type included in DAML.
 

Methods in com.att.gs.codip.ograph that return OGProperty
 OGProperty OGProperty.lookupSubPropertyOf(java.lang.Object theID)
          Looks for super properties of this property.
 OGProperty OGProperty.getSubPropertyOf(java.lang.Object theID)
          Looks for the provided super property in the property's subPropertyOf collection.
 OGProperty[] OGProperty.getSubPropertyOf()
          Accessor for the read only indexed bean property, "subPropertyOf"
 OGProperty OGOntology.lookupProperty(java.lang.Object theID)
          Looks for a matching property in this ontology.
 OGProperty OGOntology.lookupProperty(java.lang.Object theID, boolean pCreate)
          Looks for, and possibilly creates, a property in this ontology.
 OGProperty OGOntology.createProperty()
          Creates a Property in this ontology with a generated unique ID and adds the Property to the ontology.
 OGProperty OGOntology.createProperty(java.lang.String theID)
          Looks for, and possibilly creates, a Property in this ontology.
 OGProperty OGOntology.createProperty(OGResource aType)
          Creates a Property in this ontology with a generated unique ID, sets the Clases type to the passed in type and adds the Property to the ontology.
 OGProperty OGOntology.createProperty(OGResource aType, java.lang.String theID)
          Looks for, and possibilly creates, a Property in this ontology.
 OGProperty OGOntology.getProperty(java.lang.Object theID)
          Looks for a property in this ontology whose ID matches the provided ID.
 OGProperty OGBaseOntology.lookupProperty(java.lang.Object theID)
           
 OGProperty OGBaseOntology.lookupProperty(java.lang.Object theID, boolean pCreate)
           
 OGProperty OGBaseOntology.createProperty()
           
 OGProperty OGBaseOntology.createProperty(java.lang.String theID)
           
 OGProperty OGBaseOntology.createProperty(OGResource aType)
           
 OGProperty OGBaseOntology.createProperty(OGResource aType, java.lang.String theID)
           
 OGProperty OGBaseOntology.getProperty(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph with parameters of type OGProperty
static void OGUtility.printProperty(java.io.PrintStream outStream, OGProperty theProperty)
          Prints a property to the provided PrintStream.
static void OGUtility.addJessProperty(jess.Rete rete, jess.Context context, OGProperty theProperty)
          Adds a property to the provided Jess Rete Object.
 void OGProperty.addSubPropertyOf(OGProperty theProperty)
          Adds the provided property to the property's subPropertyOf collection.
 void OGProperty.removeSubPropertyOf(OGProperty theProperty)
          Removes the provided property from the property's subPropertyOf collection.
 void OGOntology.addProperty(OGProperty theProperty)
          Adds the provided property to the ontology.
 void OGOntology.removeProperty(OGProperty theProperty)
          Removes the provided property from the ontology.
 void OGBaseOntology.addProperty(OGProperty theProperty)
           
 void OGBaseOntology.removeProperty(OGProperty theProperty)
           
 

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

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

Methods in com.att.gs.codip.ograph.imp that return OGProperty
 OGProperty OGVirtualOntologyImp.lookupProperty(java.lang.Object theID)
          Collection Access Methods.
 OGProperty OGPropertyImp.lookupSubPropertyOf(java.lang.Object theID)
           
 OGProperty OGPropertyImp.getSubPropertyOf(java.lang.Object theID)
           
 OGProperty[] OGPropertyImp.getSubPropertyOf()
           
 OGProperty OGOntologyImp.lookupProperty(java.lang.Object theID)
           
 OGProperty OGOntologyImp.lookupProperty(java.lang.Object theID, boolean pCreate)
           
 OGProperty OGOntologyImp.createProperty()
           
 OGProperty OGOntologyImp.createProperty(java.lang.String theID)
           
 OGProperty OGOntologyImp.createProperty(OGResource aType)
           
 OGProperty OGOntologyImp.createProperty(OGResource aType, java.lang.String theID)
           
 OGProperty OGOntologyImp.getProperty(java.lang.Object theID)
           
 

Methods in com.att.gs.codip.ograph.imp with parameters of type OGProperty
 void OGPropertyImp.addSubPropertyOf(OGProperty theProperty)
           
 void OGPropertyImp.removeSubPropertyOf(OGProperty theProperty)
           
 void OGOntologyImp.addProperty(OGProperty theProperty)
           
 void OGOntologyImp.removeProperty(OGProperty theProperty)
           
 



CODIP AT&T Government Solutions, Inc.