Class GraphMLReader
- java.lang.Object
-
- org.opennms.features.graphml.model.GraphMLReader
-
public class GraphMLReader extends java.lang.Object
Reads GraphML files.
-
-
Constructor Summary
Constructors Constructor Description GraphMLReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphML
convert(GraphmlType input)
static GraphML
read(java.io.InputStream input)
-
-
-
Method Detail
-
read
public static GraphML read(java.io.InputStream input) throws InvalidGraphException
- Throws:
InvalidGraphException
-
convert
public static GraphML convert(GraphmlType input) throws InvalidGraphException
- Throws:
InvalidGraphException
-
-