|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bddbddb.RelationGraph
public class RelationGraph
Allows relations to be treated as edges in a graph, so we can use graph algorithms on them.
Field Summary | |
---|---|
protected java.io.PrintStream |
out
Trace output stream. |
protected boolean |
TRACE
Trace flag. |
Method Summary | |
---|---|
jwutil.graphs.Navigator |
getNavigator()
|
java.util.Collection |
getRoots()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean TRACE
protected java.io.PrintStream out
Method Detail |
---|
public java.util.Collection getRoots()
getRoots
in interface jwutil.graphs.Graph
public jwutil.graphs.Navigator getNavigator()
getNavigator
in interface jwutil.graphs.Graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |