|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjebl.evolution.graphs.Utils
public class Utils
A collection of utility functions for graphs.
Method Summary | |
---|---|
boolean |
isAcyclical(Graph graph)
|
boolean |
isConnected(Graph graph)
|
boolean |
isTree(Graph graph)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isAcyclical(Graph graph)
graph
-
public boolean isConnected(Graph graph)
graph
-
public final boolean isTree(Graph graph)
graph
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |