/* intermediate places present, intercept request */
Graph graph = graphService.getGraph(options.routerId);
long time = options.dateTime;
options.setRoutingContext(graph);
options.rctx.pathParsers = new PathParser[] { new BasicPathParser(),
new NoThruTrafficPathParser() };
Vertex fromVertex = options.rctx.fromVertex;
Vertex toVertex = options.rctx.toVertex;
if (options.intermediatesEffectivelyOrdered()) {