org.openanzo.model.proxy
Interface IProxyGraph
- All Superinterfaces:
- INamedGraph
- All Known Implementing Classes:
- DeltaGraph, LocalGraph, MetadataProxyGraph, NamedGraphBase, NamedGraphProxy, NamedGraphWithMetaData, NotificationNamedGraphProxy, ProxyGraph, RemoteGraph, ReplicaGraph, TransactionNamedGraphProxy
public interface IProxyGraph
- extends INamedGraph
IProxyGraph is a graph that wraps a parent graph's methods in order to add extra features,filtering, ect.
- Author:
- Matthew Roy ( mroy@cambridgesemantics.com )
| Methods inherited from interface org.openanzo.model.INamedGraph |
add, add, add, clear, close, contains, contains, delete, delete, delete, find, getEventManager, getNamedGraphUri, getStatements, getTransactionManager, isClosed, isEmpty, setNamedGraphUri, size |
getParentGraph
INamedGraph getParentGraph()
- Get the graph to which this proxy is proxing information.
- Returns:
- parent graph to which this proxy is proxing information
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.