org.jrdf.graph.mem
Interface GraphHandler

All Known Implementing Classes:
GraphHandler012, GraphHandler120, GraphHandler201

public interface GraphHandler

Handles the modification of an index as we iterate through.

Version:
$Revision: 1.1 $
Author:
Andrew Newman

Method Summary
 void remove(Long[] currentNodes)
           
 

Method Detail

remove

public void remove(Long[] currentNodes)
            throws GraphException
Throws:
GraphException