com.att.gs.codip.ograph
Interface OGInstance

All Known Implementing Classes:
OGPropInstanceImp

public interface OGInstance

Provides instances of Property.


Method Summary
 java.lang.String getID()
          Getter method for the Resources ID.
 OGResource getObject()
          Getter method for this instance's object resource.
 OGResource getProperty()
          Getter method for this instance's property resource.
 OGResource getSubject()
          Getter method for this instance's subject resource.
 

Method Detail

getID

public java.lang.String getID()
Getter method for the Resources ID. The resource ID is unique and immutable once created. Currently the ID is the resources URI.


getObject

public OGResource getObject()
Getter method for this instance's object resource.


getProperty

public OGResource getProperty()
Getter method for this instance's property resource.


getSubject

public OGResource getSubject()
Getter method for this instance's subject resource.



CODIP AT&T Government Solutions, Inc.