org.jrdf.graph.mem
Class GraphHandler012

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

public class GraphHandler012
extends Object
implements GraphHandler

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

Version:
$Revision: 1.1 $
Author:
Andrew Newman

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

GraphHandler012

public GraphHandler012(GraphImpl graph)
Method Detail

remove

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