|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnl.tudelft.tbm.eeni.owl2java.utils.GraphPathUtils<V,E>
public class GraphPathUtils<V,E>
| Constructor Summary | |
|---|---|
GraphPathUtils(org.jgrapht.DirectedGraph<V,E> graph)
|
|
| Method Summary | |
|---|---|
org.jgrapht.GraphPath<V,E> |
findShortestPath(V from,
V to)
|
List<E> |
findShortestPathDijkstra(V from,
V to)
|
V |
getNextVertex(org.jgrapht.GraphPath<V,E> graphPath,
V vertex)
|
boolean |
hasVertex(org.jgrapht.GraphPath<V,E> graphPath,
V vertex)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphPathUtils(org.jgrapht.DirectedGraph<V,E> graph)
| Method Detail |
|---|
public org.jgrapht.GraphPath<V,E> findShortestPath(V from,
V to)
public List<E> findShortestPathDijkstra(V from,
V to)
public V getNextVertex(org.jgrapht.GraphPath<V,E> graphPath,
V vertex)
public boolean hasVertex(org.jgrapht.GraphPath<V,E> graphPath,
V vertex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||