Package org.sterl.pmw.uml
Class PlantUmlWritter
java.lang.Object
org.sterl.pmw.uml.PlantUmlWritter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteAsPlantUmlSvg(String filename, String name, WorkflowUmlService service) static voidwriteAsPlantUmlSvg(String filename, Workflow<? extends Serializable> workflow)
-
Constructor Details
-
PlantUmlWritter
public PlantUmlWritter()
-
-
Method Details
-
writeAsPlantUmlSvg
public static void writeAsPlantUmlSvg(String filename, Workflow<? extends Serializable> workflow) throws IOException - Throws:
IOException
-
writeAsPlantUmlSvg
public static void writeAsPlantUmlSvg(String filename, String name, WorkflowUmlService service) throws IOException - Throws:
IOException
-