|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.graph.predicates.GraphPredicate
edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
Method Summary | |
boolean |
evaluateGraph(ArchetypeGraph graph)
Returns true if arg0 is a connected
Graph |
static ConnectedGraphPredicate |
getInstance()
Returns an instance of this class. |
java.lang.String |
toString()
|
Methods inherited from class edu.uci.ics.jung.graph.predicates.GraphPredicate |
evaluate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static ConnectedGraphPredicate getInstance()
public java.lang.String toString()
public boolean evaluateGraph(ArchetypeGraph graph)
true
if arg0
is a connected
Graph: that is, if there exists a path from each
vertex to all other vertices (ignoring edge direction).
- Specified by:
evaluateGraph
in class GraphPredicate
- See Also:
Predicate.evaluate(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |