|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides instances of Property. The object and subject of each instance are used analogously to object and subject in RDF. That is the subject resource has this property, whose value is object.
Method Summary | |
OGResource |
getObject()
Getter method for this properties object resource. |
OGResource |
getSubject()
Getter method for this properties subject resource. |
void |
setObject(OGResource theObject)
Setter method for this properties object resource. |
void |
setSubject(OGResource theSubject)
Setter method for this properties subject resource. |
Methods inherited from interface com.att.gs.codip.ograph.OGProperty |
addSubPropertyOf, containsSubPropertyOf, getSubPropertyOf, getSubPropertyOf, lookupSubPropertyOf, pInstance, removeSubPropertyOf, subPropertyOf, subPropertyOf |
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 void setObject(OGResource theObject)
theObject
- The resource that is the value of this property.public OGResource getObject()
public void setSubject(OGResource theSubject)
theSubject
- The resource that has this property.public OGResource getSubject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |