19202122232425
@BeforeClass public static void setup() { db = new EmbeddedGraphDatabase( "target/db" ); threeLayeredTraverserShortestPath = new ShortestPath(db); }
32333435363738
} public DirectionsResource( SessionFactoryImpl sessionFactoryImpl, Database database, OutputFormat output ) { this.database = database; threeLayeredTraverserShortestPath = new ShortestPath(database.graph); }