Modifier and Type | Method and Description |
---|---|
Statechart |
EPTree2StatechartStates.apply(IEPTree input) |
Statechart |
EPTree2StatechartStates.transform(IEPTree input) |
Modifier and Type | Method and Description |
---|---|
void |
ReductionEngine.reduce(Statechart sc) |
boolean |
IReductionRule.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleMergePointTauPoint.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleMergePointTauSimple.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleMergeSimpleTauPoint.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleMergeTauPointTau.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleRemoveExtraPointTauPoint.reduce(Statechart statechart,
ISCRegion region) |
boolean |
RuleRemovePointSelfloop.reduce(Statechart statechart,
ISCRegion region) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.Dot |
Statechart2Dot.apply(Statechart input) |
com.kitfox.svg.SVGDiagram |
Statechart2DotSvg.apply(Statechart input) |
org.processmining.plugins.graphviz.dot.Dot |
Statechart2Dot.transform(Statechart input) |
com.kitfox.svg.SVGDiagram |
Statechart2DotSvg.transform(Statechart input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
boolean recursionBackArrow) |
com.kitfox.svg.SVGDiagram |
Statechart2DotSvg.transform(Statechart input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
boolean recursionBackArrow,
IActivityLabeler activityLabeler,
IDotDecorator<ISCState,ISCTransition,Statechart> dotDecorator) |
com.kitfox.svg.SVGDiagram |
Statechart2Svg.transform(Statechart input,
ProcessGraphLayout<StatechartLayoutNode> layout) |
Modifier and Type | Method and Description |
---|---|
com.kitfox.svg.SVGDiagram |
Statechart2Svg.apply(org.apache.commons.math3.util.Pair<Statechart,ProcessGraphLayout<StatechartLayoutNode>> input) |
com.kitfox.svg.SVGDiagram |
Statechart2DotSvg.transform(Statechart input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
boolean recursionBackArrow,
IActivityLabeler activityLabeler,
IDotDecorator<ISCState,ISCTransition,Statechart> dotDecorator) |
Constructor and Description |
---|
Statechart2Dot(IDotDecorator<ISCState,ISCTransition,Statechart> dotDecorator,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
boolean recursionBackArrow,
IActivityLabeler activityLabeler) |
Modifier and Type | Method and Description |
---|---|
ProcessGraphLayout<StatechartLayoutNode> |
StatechartLayout.calculate(IEPTree inputTree,
Statechart inputStatechart) |
Modifier and Type | Method and Description |
---|---|
ProcessGraphLayout<StatechartLayoutNode> |
StatechartLayout.apply(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input) |
Constructor and Description |
---|
StatechartLayoutAdapter(IEPTree inputTree,
Statechart inputStatechart) |
Constructor and Description |
---|
StatechartStyle(Statechart model,
Direction layoutDir,
IActivityLabeler activityLabeler) |
Constructor and Description |
---|
SCComplexityMetric(Statechart model) |
Modifier and Type | Method and Description |
---|---|
void |
SCFrequencyDecorator.visitModel(Statechart input,
org.processmining.plugins.graphviz.dot.Dot dot) |
Modifier and Type | Method and Description |
---|---|
Statechart |
Statechart.createCopy() |
Modifier and Type | Method and Description |
---|---|
protected Statechart |
EPTree2StatechartRecipe.execute(IEPTree input) |
protected Statechart |
StatechartPostprocessRecipe.execute(Statechart input) |
Modifier and Type | Method and Description |
---|---|
protected Statechart |
StatechartPostprocessRecipe.execute(Statechart input) |
Modifier and Type | Field and Description |
---|---|
IDotDecorator<ISCState,ISCTransition,Statechart> |
Statechart2DotSVGRecipe.Parameters.dotDecorator |
Modifier and Type | Method and Description |
---|---|
static IDotDecorator<ISCState,ISCTransition,Statechart> |
Statechart2DotSVGRecipe.Parameters.createAlignMetricUiDecorator(AnalysisAlignMetricOverlay selectedAlignMetric,
MetricValueScale.StatMode statMode) |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
Statechart2DotSVGRecipe.execute(Statechart input) |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
Statechart2SVGRecipe.execute(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input) |
Modifier and Type | Method and Description |
---|---|
protected SCComplexityMetric |
SCMetricRecipe.execute(Statechart input) |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD1<Statechart,IEPTree> |
CancellationArtifacts.SC |
static RecipeArtifactD1<com.kitfox.svg.SVGDiagram,Statechart> |
CancellationArtifacts.SCSVG |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD1<Statechart,IEPTree> |
WorkbenchArtifacts.Statechart |
static RecipeArtifactD1<com.kitfox.svg.SVGDiagram,Statechart> |
WorkbenchArtifacts.StatechartDotSVG |
static RecipeArtifactD1<SCComplexityMetric,Statechart> |
WorkbenchArtifacts.StatechartMetric |
static RecipeArtifactD1<Statechart,Statechart> |
WorkbenchArtifacts.StatechartPost |
static RecipeArtifactD1<Statechart,Statechart> |
WorkbenchArtifacts.StatechartPost |
static RecipeArtifactD2<com.kitfox.svg.SVGDiagram,IEPTree,Statechart> |
WorkbenchArtifacts.StatechartSVG |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
StatechartView.visStatechart(org.processmining.framework.plugin.PluginContext context,
Statechart sc) |
javax.swing.JComponent |
WorkbenchView.visualize(org.processmining.framework.plugin.PluginContext context,
Statechart statechart) |