Searched refs:readGraphString (Results 1 – 3 of 3) sorted by relevance
37 public abstract FilterGraph readGraphString(String graphString) throws GraphIOException; in readGraphString() method in GraphReader54 return readGraphString(writer.toString()); in readGraphResource()
147 public FilterGraph readGraphString(String graphString) throws GraphIOException { in readGraphString() method in TextGraphReader
71 mGraph = reader.readGraphString(graphString); in createGraph()