|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.algo.DeltaClosure
public class DeltaClosure
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 |
---|
public DeltaClosure(Graph graph, int delta, DeltaClosure.Constraint constraint)
Method Detail |
---|
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |