org.jrdf.graph.mem
Class GraphHandler120

java.lang.Object
  extended byorg.jrdf.graph.mem.GraphHandler120
All Implemented Interfaces:
GraphHandler

public class GraphHandler120
extends Object
implements GraphHandler

Handles the modification of an index as we iterate through for the 120 index.

Version:
$Revision: 1.1 $
Author:
Andrew Newman

Field Summary
protected  GraphImpl graph
           
 
Constructor Summary
GraphHandler120(GraphImpl graph)
           
 
Method Summary
 void remove(Long[] currentNodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

protected GraphImpl graph
Constructor Detail

GraphHandler120

public GraphHandler120(GraphImpl graph)
Method Detail

remove

public void remove(Long[] currentNodes)
            throws GraphException
Specified by:
remove in interface GraphHandler
Throws:
GraphException