|
GraphLab Project | |||||||||
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 |
---|
clone, equals, finalize, 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
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |