6364656667686970717273
if(openMe.exists()) { try { GraphMLReader graphReader = new GraphMLReader(); this.graphML = graphReader.readGraph(openMe); return true; } catch (Exception e){ System.out.println("Exception "+ e); return false;