com.bigdata.relation
Interface IDatabase<E>

All Superinterfaces:
ILocatableResource<IDatabase<E>>
All Known Subinterfaces:
IMutableDatabase<E>
All Known Implementing Classes:
AbstractLocalTripleStore, AbstractTripleStore, LocalTripleStore, ScaleOutTripleStore, TempMagicStore, TempTripleStore

public interface IDatabase<E>
extends ILocatableResource<IDatabase<E>>

A collection of relations having a unique namespace. The relations within the container have namespaces within the container's namespace. Relations also know how to find their container.

Version:
$Id: IDatabase.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 Iterator<IRelation> relations()
          Visits the logically contained IRelation resources.
 
Methods inherited from interface com.bigdata.relation.locator.ILocatableResource
getContainerNamespace, getNamespace, getTimestamp
 

Method Detail

relations

Iterator<IRelation> relations()
Visits the logically contained IRelation resources.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.