InputStreamReader graphReader = new InputStreamReader(resourceGetter.next());
GraphMLReader2 graphFactory = new GraphMLReader2(graphReader, this, this, this, this);
return new Navigation( graphFactory.readGraph());
}
public static Navigation createDefaultNavigation() throws Exception
{