|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.algo.DeltaClosure.Constraint
public abstract static class DeltaClosure.Constraint
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 |
---|
public DeltaClosure.Constraint()
Method Detail |
---|
public abstract boolean accept(Edge e)
public boolean validate(Vertex v1, Vertex v2)
public void register(Edge e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |