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

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

public static class BasicOperations.DoCopyTripleStuff
extends Object


Constructor Summary
BasicOperations.DoCopyTripleStuff(LongIndex newIndex)
           
 
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.DoCopyTripleStuff

public BasicOperations.DoCopyTripleStuff(LongIndex newIndex)
Method Detail

doStuff

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