|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgraphlab.library.algorithms.Algorithm
graphlab.library.algorithms.traversal.BreadthFirstSearch<VertexType,EdgeType>
public class BreadthFirstSearch<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
Description here.
| Constructor Summary | |
|---|---|
BreadthFirstSearch()
|
|
BreadthFirstSearch(BaseGraph<VertexType,EdgeType> graph)
|
|
| Method Summary | |
|---|---|
void |
doAlgorithm()
|
boolean |
doSearch(VertexType vertex,
PreWorkHandler<VertexType> handler)
|
| Methods inherited from class graphlab.library.algorithms.Algorithm |
|---|
acceptEventDispatcher, dispatchEvent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface |
|---|
acceptEventDispatcher |
| Constructor Detail |
|---|
public BreadthFirstSearch(BaseGraph<VertexType,EdgeType> graph)
public BreadthFirstSearch()
| Method Detail |
|---|
public boolean doSearch(VertexType vertex,
PreWorkHandler<VertexType> handler)
throws InvalidVertexException
InvalidVertexExceptionpublic void doAlgorithm()
doAlgorithm in interface AutomatedAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||