|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.resource.AbstractResource | +--com.att.gs.codip.ograph.imp.OGResourceImp | +--com.att.gs.codip.ograph.imp.OGPropertyImp
Field Summary |
Fields inherited from class com.att.gs.codip.ograph.imp.OGResourceImp |
EMPTY_MAP |
Fields inherited from class com.att.gs.codip.resource.AbstractResource |
delineatedType, isSingleTyped |
Constructor Summary | |
protected |
OGPropertyImp(OGOntology anOntology)
|
|
OGPropertyImp(java.lang.String theID,
OGOntology anOntology)
|
Method Summary | |
void |
addSubPropertyOf(OGProperty theProperty)
Adds the provided property to the property's subPropertyOf collection. |
boolean |
containsSubPropertyOf(java.lang.Object theID)
Looks for a super property in this property whose ID matches the provided ID. |
OGProperty[] |
getSubPropertyOf()
Accessor for the read only indexed bean property, "subPropertyOf" |
OGProperty |
getSubPropertyOf(java.lang.Object theID)
Looks for the provided super property in the property's subPropertyOf collection. |
OGProperty |
lookupSubPropertyOf(java.lang.Object theID)
Looks for super properties of this property. |
boolean |
pInstance()
Determines if this property is a defintion or an instances based on the values of its subject and object attributes. |
void |
removeSubPropertyOf(OGProperty theProperty)
Removes the provided property from the property's subPropertyOf collection. |
java.util.Iterator |
subPropertyOf()
Provides a iterator for the all of the property's super properties. |
java.util.Iterator |
subPropertyOf(OGResource aType)
Looks for a super propery in the subPropertyOf collection of this resource that is a particular type. |
Methods inherited from class com.att.gs.codip.ograph.imp.OGResourceImp |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, copyRDF, getComment, getLabel, getOntology, getPropInstance, getPropInstances, getPropInstances, isType, lookupPropInstance, morphID, propInstances, propInstances, removePropInstance, removeType, resourceInitialization, setComment, setLabel, setType, toString, types |
Methods inherited from class com.att.gs.codip.resource.AbstractResource |
equals, getID, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, resourceInitialization, setID, setLocalName, setNamespace, setType, setURI |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.att.gs.codip.ograph.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
Methods inherited from interface com.att.gs.codip.resource.LogicalResource |
getType, isLiteralType, isType, setType |
Constructor Detail |
protected OGPropertyImp(OGOntology anOntology)
public OGPropertyImp(java.lang.String theID, OGOntology anOntology)
Method Detail |
public boolean pInstance()
OGProperty
pInstance
in interface OGProperty
public OGProperty lookupSubPropertyOf(java.lang.Object theID)
OGProperty
lookupSubPropertyOf
in interface OGProperty
theID
- The ID of the sought super property.
public void addSubPropertyOf(OGProperty theProperty)
OGProperty
addSubPropertyOf
in interface OGProperty
theProperty
- The super property to add to the subPropertyOf collection.public void removeSubPropertyOf(OGProperty theProperty)
OGProperty
removeSubPropertyOf
in interface OGProperty
theProperty
- The super property to remove from the subPropertyOf collection.public OGProperty getSubPropertyOf(java.lang.Object theID)
OGProperty
getSubPropertyOf
in interface OGProperty
theID
- The ID of the super property to get.
public OGProperty[] getSubPropertyOf()
OGProperty
getSubPropertyOf
in interface OGProperty
public boolean containsSubPropertyOf(java.lang.Object theID)
OGProperty
containsSubPropertyOf
in interface OGProperty
theID
- The ID of the sought super property.
public java.util.Iterator subPropertyOf()
OGProperty
subPropertyOf
in interface OGProperty
public java.util.Iterator subPropertyOf(OGResource aType)
OGProperty
subPropertyOf
in interface OGProperty
aType
- The type of the sought properties.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |