org.jrdf.graph.index.operation.mem
Class BasicOperations.DoReconstructTripleStuff

java.lang.Object
  extended by org.jrdf.graph.index.operation.mem.BasicOperations.DoReconstructTripleStuff
Enclosing class:
BasicOperations

public static class BasicOperations.DoReconstructTripleStuff
extends Object


Constructor Summary
BasicOperations.DoReconstructTripleStuff(LongIndex newIndex1, LongIndex newIndex2)
           
 
Method Summary
 void doStuff(Long first, Long second, Long third)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOperations.DoReconstructTripleStuff

public BasicOperations.DoReconstructTripleStuff(LongIndex newIndex1,
                                                LongIndex newIndex2)
Method Detail

doStuff

public void doStuff(Long first,
                    Long second,
                    Long third)
             throws GraphException
Throws:
GraphException