Class ShortestPathGraph
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.helperClasses.ShortestPathGraph
-
public class ShortestPathGraph extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShortestPathGraph(java.util.Collection<LocalDotNode> nodes, java.util.Collection<LocalDotEdge> edges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<LocalDotEdge>getShortestPath(LocalDotNode from, LocalDotNode to, boolean addSelfEdgeIfNecessary)
-
-
-
Constructor Detail
-
ShortestPathGraph
public ShortestPathGraph(java.util.Collection<LocalDotNode> nodes, java.util.Collection<LocalDotEdge> edges)
-
-
Method Detail
-
getShortestPath
public java.util.List<LocalDotEdge> getShortestPath(LocalDotNode from, LocalDotNode to, boolean addSelfEdgeIfNecessary)
-
-