com.att.gs.codip.ograph
Interface OGPropInstance

All Superinterfaces:
LogicalResource, OGProperty, OGResource
All Known Implementing Classes:
OGPropInstanceImp

public interface OGPropInstance
extends OGProperty

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

setObject

public void setObject(OGResource theObject)
Setter method for this properties object resource.

Parameters:
theObject - The resource that is the value of this property.

getObject

public OGResource getObject()
Getter method for this properties object resource.


setSubject

public void setSubject(OGResource theSubject)
Setter method for this properties subject resource.

Parameters:
theSubject - The resource that has this property.

getSubject

public OGResource getSubject()
Getter method for this properties subject resource.



CODIP AT&T Government Solutions, Inc.