helix.graph.algo
Class DeltaClosure.Constraint

java.lang.Object
  extended by helix.graph.algo.DeltaClosure.Constraint
Enclosing class:
DeltaClosure

public abstract static class DeltaClosure.Constraint
extends Object

class to define edge constraint


Constructor Summary
DeltaClosure.Constraint()
           
 
Method Summary
abstract  boolean accept(Edge e)
           
 void register(Edge e)
           
 boolean validate(Vertex v1, Vertex v2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaClosure.Constraint

public DeltaClosure.Constraint()
Method Detail

accept

public abstract boolean accept(Edge e)

validate

public boolean validate(Vertex v1,
                        Vertex v2)

register

public void register(Edge e)