public class Statechart2SVGRecipe extends AbstractRecipe<org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart>,com.kitfox.svg.SVGDiagram,Statechart2SVGRecipe.Parameters>
Modifier and Type | Class and Description |
---|---|
static class |
Statechart2SVGRecipe.Parameters |
Constructor and Description |
---|
Statechart2SVGRecipe() |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
execute(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input) |
static Direction |
map(org.processmining.plugins.graphviz.dot.Dot.GraphDirection t) |
apply, getParameters
public static Direction map(org.processmining.plugins.graphviz.dot.Dot.GraphDirection t)
protected com.kitfox.svg.SVGDiagram execute(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input)
execute
in class AbstractRecipe<org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart>,com.kitfox.svg.SVGDiagram,Statechart2SVGRecipe.Parameters>