org.deri.iris.storage.simple
Class SimpleRelationFactory

java.lang.Object
  extended by org.deri.iris.storage.simple.SimpleRelationFactory
All Implemented Interfaces:
IRelationFactory

public class SimpleRelationFactory
extends Object
implements IRelationFactory

Factory for simple relations.


Constructor Summary
SimpleRelationFactory()
           
 
Method Summary
 IRelation createRelation()
          Create a new relation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRelationFactory

public SimpleRelationFactory()
Method Detail

createRelation

public IRelation createRelation()
Description copied from interface: IRelationFactory
Create a new relation.

Specified by:
createRelation in interface IRelationFactory
Returns:
The new relation index.