Class GMLReader
- java.lang.Object
-
- jetbrains.buildServer.controllers.graph.GMLReader
-
public class GMLReader extends Object
Reads really basic stuff from a constrained set of GML.- Author:
- Stephen
-
-
Constructor Summary
Constructors Constructor Description GMLReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DAG<GraphNode<String>>
loadGraph(File f)
DAG<GraphNode<String>>
loadGraph(InputStream is)
static void
main(String[] args)
-
-
-
Method Detail
-
loadGraph
@NotNull public DAG<GraphNode<String>> loadGraph(@NotNull File f) throws IOException
- Throws:
IOException
-
loadGraph
@NotNull public DAG<GraphNode<String>> loadGraph(@NotNull InputStream is) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-