org.jrdf.graph.mem
Class GraphHandler201

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

public class GraphHandler201
extends Object
implements GraphHandler

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

Version:
$Revision: 1.1 $
Author:
Andrew Newman

Field Summary
protected  GraphImpl graph
           
 
Constructor Summary
GraphHandler201(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

GraphHandler201

public GraphHandler201(GraphImpl graph)
Method Detail

remove

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