|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pathfinder.internal.GraphTraversalServiceImpl
public class GraphTraversalServiceImpl
| Constructor Summary | |
|---|---|
GraphTraversalServiceImpl(GraphDAO dao)
|
|
| Method Summary | |
|---|---|
java.util.List<TransitPath> |
findShortestPath(java.lang.String originUnLocode,
java.lang.String destinationUnLocode,
java.util.Properties limitations)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphTraversalServiceImpl(GraphDAO dao)
| Method Detail |
|---|
public java.util.List<TransitPath> findShortestPath(java.lang.String originUnLocode,
java.lang.String destinationUnLocode,
java.util.Properties limitations)
findShortestPath in interface GraphTraversalServiceoriginUnLocode - origin UN LocodedestinationUnLocode - destination UN Locodelimitations - restrictions on the path selection, as key-value according to some API specification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||