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

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

public static class BasicOperations.DoRemoveTripleStuff
extends Object


Constructor Summary
BasicOperations.DoRemoveTripleStuff(Set<Long> longSet)
           
 
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.DoRemoveTripleStuff

public BasicOperations.DoRemoveTripleStuff(Set<Long> longSet)
Method Detail

doStuff

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