org.openanzo.model
Interface INamedGraphWithMetaData

All Superinterfaces:
INamedGraph
All Known Implementing Classes:
LocalGraph, NamedGraphBase, NamedGraphWithMetaData, RemoteGraph

public interface INamedGraphWithMetaData
extends INamedGraph

Extension to an INamedGraph to expose a MetaData graph for the graph.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Method Summary
 INamedGraph getMetaDataGraph()
          Get the MetaDataGraph for the INamedGraph
 
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
 

Method Detail

getMetaDataGraph

INamedGraph getMetaDataGraph()
Get the MetaDataGraph for the INamedGraph

Returns:
MetaDataGraph for the INamedGraph


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.