3536373839404142434445
File dir = File.createTempFile("blueprints", "-sparksee-test"); String path = dir.getPath(); dir.delete(); //dir.mkdir(); SparkseeGraph g = new SparkseeGraph(path); //g.label.set("thing"); //g.clear(); return g; //*/ }
34353637383940414243
} catch (IllegalArgumentException iae) { sparkseeConfig = null; } try { return new SparkseeGraph(graphFile, sparkseeConfig); } catch (Exception ex) { throw new GraphConfigurationException(ex); } }