|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.proxy.ProxyGraph
org.openanzo.model.proxy.NamedGraphWithMetaData<INamedGraph>
org.openanzo.client.NamedGraphBase
public class NamedGraphBase
Base class for LocalGraph and RemoteGraph. Contains methods needed to keep reference count for graph and method to close graph.
| Method Summary | |
|---|---|
void |
add(org.openrdf.model.Statement... statements)
Add one or more statements to graph |
void |
clear()
Delete all statements in graph |
void |
delete(org.openrdf.model.Statement... statements)
Delete a set of statements from graph |
DatasetService |
getDataSetService()
Get the parent DatasetService |
INamedGraph |
getMetaDataGraph()
Get the MetaDataGraph for the INamedGraph |
INamedGraph |
getParentGraph()
Get the graph to which this proxy is proxing information. |
ITransactionQueueManager |
getTransactionQueueHandler()
Return the ITransactionQueueManager for this graph |
int |
getUsageCount()
Return the reference count |
boolean |
isClosed()
Return if graph is closed |
| Methods inherited from class org.openanzo.model.proxy.NamedGraphWithMetaData |
|---|
createDefault, getNamedGraphUri, setNamedGraphUri, toString |
| Methods inherited from class org.openanzo.model.proxy.ProxyGraph |
|---|
add, add, close, contains, contains, delete, delete, find, getEventManager, getStatements, getTransactionManager, isEmpty, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.model.INamedGraph |
|---|
add, add, close, contains, contains, delete, delete, find, getEventManager, getStatements, getTransactionManager, isEmpty, size |
| Method Detail |
|---|
public final int getUsageCount()
public DatasetService getDataSetService()
public ITransactionQueueManager getTransactionQueueHandler()
public INamedGraph getParentGraph()
IProxyGraph
getParentGraph in interface IProxyGraphgetParentGraph in class NamedGraphWithMetaData<INamedGraph>public INamedGraph getMetaDataGraph()
INamedGraphWithMetaData
getMetaDataGraph in interface INamedGraphWithMetaDatagetMetaDataGraph in class NamedGraphWithMetaData<INamedGraph>public void add(org.openrdf.model.Statement... statements)
INamedGraph
add in interface INamedGraphadd in class ProxyGraphstatements - statements to add to graphpublic void delete(org.openrdf.model.Statement... statements)
INamedGraph
delete in interface INamedGraphdelete in class ProxyGraphstatements - statements to delete from graphpublic boolean isClosed()
INamedGraph
isClosed in interface INamedGraphisClosed in class NamedGraphWithMetaData<INamedGraph>public void clear()
INamedGraph
clear in interface INamedGraphclear in class ProxyGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||