Package net.sourceforge.plantuml.graphml
Class CucaDiagramGraphmlMaker
- java.lang.Object
-
- net.sourceforge.plantuml.graphml.CucaDiagramGraphmlMaker
-
public final class CucaDiagramGraphmlMaker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramGraphmlMaker(ICucaDiagram diagram)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFiles(java.io.OutputStream fos)
static java.lang.String
getModel(UmlDiagram classDiagram)
-
-
-
Constructor Detail
-
CucaDiagramGraphmlMaker
public CucaDiagramGraphmlMaker(ICucaDiagram diagram) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getModel
public static java.lang.String getModel(UmlDiagram classDiagram)
-
createFiles
public void createFiles(java.io.OutputStream fos) throws java.io.IOException
- Throws:
java.io.IOException
-
-