|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |