|
||||||||||
| 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.NamedGraphProxy
public class NamedGraphProxy
NamedGraphProxy is a ProxyGraph that named by a URI. It is either a regular NamedGraph, or a MetadataGraph for a NamedGraph.
| Constructor Summary | |
|---|---|
NamedGraphProxy(INamedGraph parentGraph,
boolean isMetaDataGraph)
Create new NamedGraphProxy which proxies a parentgraph |
|
NamedGraphProxy(org.openrdf.model.URI namedGraphUri,
INamedGraph parentGraph,
boolean isMetaDataGraph)
Create new NamedGraphProxy which proxies a parentgraph with an INamedGraph with given URI |
|
| Method Summary | |
|---|---|
org.openrdf.model.URI |
getNamedGraphUri()
Get NamedGraph's URI |
INamedGraph |
getParentGraph()
Get the graph to which this proxy is proxing information. |
ITransactionManager |
getTransactionManager()
Return ITransactionManager for this graph |
boolean |
isClosed()
Return if graph is closed |
boolean |
isMetadataGraph()
Determine if this is a metadata graph |
void |
setNamedGraphUri(org.openrdf.model.URI namedGraphUri)
Set NamedGraph's URI |
java.lang.String |
toString()
|
| Methods inherited from class org.openanzo.model.proxy.ProxyGraph |
|---|
add, add, add, clear, close, contains, contains, delete, delete, delete, find, getEventManager, getStatements, isEmpty, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamedGraphProxy(org.openrdf.model.URI namedGraphUri,
INamedGraph parentGraph,
boolean isMetaDataGraph)
namedGraphUri - URI for proxy graphparentGraph - being proxiedisMetaDataGraph - whether this is a metadatagraph or not
public NamedGraphProxy(INamedGraph parentGraph,
boolean isMetaDataGraph)
parentGraph - being proxiedisMetaDataGraph - whether this is a metadatagraph or not| Method Detail |
|---|
public INamedGraph getParentGraph()
IProxyGraph
getParentGraph in interface IProxyGraphgetParentGraph in class ProxyGraphpublic org.openrdf.model.URI getNamedGraphUri()
INamedGraph
public void setNamedGraphUri(org.openrdf.model.URI namedGraphUri)
INamedGraph
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isMetadataGraph()
public boolean isClosed()
INamedGraph
public ITransactionManager getTransactionManager()
INamedGraph
getTransactionManager in interface INamedGraphgetTransactionManager in class ProxyGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||