helix.graph.algo
Class DeltaClosure

java.lang.Object
  extended by helix.graph.algo.DeltaClosure

public class DeltaClosure
extends Object


Nested Class Summary
static class DeltaClosure.Constraint
          class to define edge constraint
 
Constructor Summary
DeltaClosure(Graph graph, int delta, DeltaClosure.Constraint constraint)
          constructor
 
Method Summary
 void run()
          run delta closure computation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaClosure

public DeltaClosure(Graph graph,
                    int delta,
                    DeltaClosure.Constraint constraint)
constructor

Method Detail

run

public void run()
run delta closure computation