public class StatechartLayout extends java.lang.Object implements com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart>,ProcessGraphLayout<StatechartLayoutNode>>
Constructor and Description |
---|
StatechartLayout(StatechartStyle style) |
Modifier and Type | Method and Description |
---|---|
ProcessGraphLayout<StatechartLayoutNode> |
apply(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input) |
ProcessGraphLayout<StatechartLayoutNode> |
calculate(IEPTree inputTree,
Statechart inputStatechart) |
public StatechartLayout(StatechartStyle style)
public ProcessGraphLayout<StatechartLayoutNode> apply(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input)
apply
in interface com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart>,ProcessGraphLayout<StatechartLayoutNode>>
public ProcessGraphLayout<StatechartLayoutNode> calculate(IEPTree inputTree, Statechart inputStatechart)