|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgraphlab.library.algorithms.util.ConnectivityChecker
public class ConnectivityChecker
| Constructor Summary | |
|---|---|
ConnectivityChecker()
|
|
| Method Summary | ||
|---|---|---|
static
|
isGraphConnected(BaseGraph<VertexType,EdgeType> graph)
Checks whether the current graph is a connected graph. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectivityChecker()
| Method Detail |
|---|
public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> boolean isGraphConnected(BaseGraph<VertexType,EdgeType> graph)
throws InvalidGraphException
InvalidGraphException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||