|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides definitions of Property.
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 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 |
Method Detail |
public boolean pInstance()
public OGProperty lookupSubPropertyOf(java.lang.Object theID)
theID
- The ID of the sought super property.
public void addSubPropertyOf(OGProperty theProperty)
theProperty
- The super property to add to the subPropertyOf collection.public void removeSubPropertyOf(OGProperty theProperty)
theProperty
- The super property to remove from the subPropertyOf collection.public OGProperty getSubPropertyOf(java.lang.Object theID)
theID
- The ID of the super property to get.
public OGProperty[] getSubPropertyOf()
public boolean containsSubPropertyOf(java.lang.Object theID)
theID
- The ID of the sought super property.
public java.util.Iterator subPropertyOf()
public java.util.Iterator subPropertyOf(OGResource aType)
aType
- The type of the sought properties.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |