|
GraphLab Project | |||||||||
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.shortestpath.AcyclicSP<VertexType,EdgeType,GraphType>
public class AcyclicSP<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>,GraphType extends BaseGraph<VertexType,EdgeType>>
Constructor Summary | |
---|---|
AcyclicSP(EdgeVertexCopier<VertexType,EdgeType> gc)
|
Method Summary | |
---|---|
java.util.Vector<VertexType> |
acyclicSP(BaseGraph<VertexType,EdgeType> g,
VertexType v)
|
void |
doAlgorithm()
|
Methods inherited from class graphlab.library.algorithms.Algorithm |
---|
acceptEventDispatcher, dispatchEvent, getDispatcher |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface |
---|
acceptEventDispatcher |
Constructor Detail |
---|
public AcyclicSP(EdgeVertexCopier<VertexType,EdgeType> gc)
Method Detail |
---|
public java.util.Vector<VertexType> acyclicSP(BaseGraph<VertexType,EdgeType> g, VertexType v) throws InvalidVertexException
InvalidVertexException
public void doAlgorithm()
doAlgorithm
in interface AutomatedAlgorithm
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |