Modifier and Type | Method and Description |
---|---|
IEPTree |
AlignTreeEventIntervals.apply(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
Modifier and Type | Method and Description |
---|---|
void |
AlignTreeEventIntervals.annotate(XAlignedTreeLog align,
IEPTree tree) |
XAlignedTreeLog |
AlignLog2Tree.performAlignment(org.deckfour.xes.model.XLog log,
IEPTree tree) |
void |
AlignTreeLogMoveProcessor.process(IEPTree tree) |
Modifier and Type | Method and Description |
---|---|
IEPTree |
AlignTreeEventIntervals.apply(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
XAlignedTreeLog |
AlignLog2Tree.apply(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input) |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
AbstractDiscoverEPTree._discover(IMLogHierarchy log) |
IEPTree |
AbstractDiscoverEPTree.discover(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log) |
IEPTree |
AbstractDiscoverEPTree.discover(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
IEPTree |
ProcessTree2EPTree.apply(org.processmining.processtree.ProcessTree input) |
IEPTree |
ProcessTree2EPTree.transform(org.processmining.processtree.ProcessTree input) |
IEPTree |
ProcessTree2EPTree.transform(org.processmining.processtree.ProcessTree input,
IDecoratorFactory decFact) |
Modifier and Type | Method and Description |
---|---|
org.processmining.processtree.ProcessTree |
EPTree2Ptree.apply(IEPTree input) |
ISeqDiagram |
EPTree2SeqDiagram.apply(IEPTree input) |
Statechart |
EPTree2StatechartStates.apply(IEPTree input) |
void |
EPTreeFilter.apply(IEPTree input) |
PetrinetDecorated |
EPTree2Petrinet.transform(IEPTree input) |
org.processmining.processtree.ProcessTree |
EPTree2Ptree.transform(IEPTree input) |
ISeqDiagram |
EPTree2SeqDiagram.transform(IEPTree input) |
Statechart |
EPTree2StatechartStates.transform(IEPTree input) |
ISeqDiagram |
EPTree2SeqDiagram.transform(IEPTree input,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
Modifier and Type | Method and Description |
---|---|
void |
EPTree2SeqDiagram.setLabelFnc(com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
void |
EPTree2SeqDiagram.setLabelFnc(com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
ISeqDiagram |
EPTree2SeqDiagram.transform(IEPTree input,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
ISeqDiagram |
EPTree2SeqDiagram.transform(IEPTree input,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
Modifier and Type | Method and Description |
---|---|
void |
ReductionEngine.reduce(IEPTree tree) |
boolean |
IReductionRule.reduce(IEPTree tree,
IEPTreeNode node) |
boolean |
RuleReduceLoopTauTau.reduce(IEPTree tree,
IEPTreeNode node) |
boolean |
RuleReduceSameOperator.reduce(IEPTree tree,
IEPTreeNode node) |
boolean |
RuleReduceSingleChild.reduce(IEPTree tree,
IEPTreeNode node) |
boolean |
RuleReduceXorTau.reduce(IEPTree tree,
IEPTreeNode node) |
boolean |
RuleRemoveTauChild.reduce(IEPTree tree,
IEPTreeNode node) |
Modifier and Type | Method and Description |
---|---|
com.kitfox.svg.SVGDiagram |
EPTree2Svg.transform(IEPTree tree,
org.abego.treelayout.TreeLayout<IEPTreeNode> layout,
java.util.Set<java.lang.String> selectedNodes,
ISvgDecorator<IEPTreeNode,IEPTreeNode,IEPTree> svgDecorator) |
Modifier and Type | Method and Description |
---|---|
com.kitfox.svg.SVGDiagram |
EPTree2Svg.apply(org.apache.commons.lang3.tuple.Pair<IEPTree,org.abego.treelayout.TreeLayout<IEPTreeNode>> input) |
com.kitfox.svg.SVGDiagram |
EPTree2Svg.transform(IEPTree tree,
org.abego.treelayout.TreeLayout<IEPTreeNode> layout,
java.util.Set<java.lang.String> selectedNodes,
ISvgDecorator<IEPTreeNode,IEPTreeNode,IEPTree> svgDecorator) |
Modifier and Type | Method and Description |
---|---|
org.abego.treelayout.TreeLayout<IEPTreeNode> |
EPTreeLayout.apply(IEPTree input) |
org.abego.treelayout.TreeLayout<IEPTreeNode> |
EPTreeLayout.calculate(IEPTree inputTree) |
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 |
---|
EPTreeLayoutAdapter(IEPTree tree) |
StatechartLayoutAdapter(IEPTree inputTree,
Statechart inputStatechart) |
Modifier and Type | Method and Description |
---|---|
IEPTree |
XAlignedTreeLog.getTree() |
IEPTree |
XAlignedTreeLogImpl.getTree() |
Constructor and Description |
---|
ExecStatistics(IEPTree model,
IEPTreeNode treeNode,
com.google.common.base.Function<org.deckfour.xes.model.XEvent,java.lang.Integer> fncEvent2Time) |
XAlignedTreeLogImpl(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignedLog alignedLog,
double precision,
IEPTree tree,
PetrinetDecorated net) |
Modifier and Type | Method and Description |
---|---|
static IMetricsDecorator<IEPTreeNode> |
MetricsTreeDecorator.getDecorator(IEPTree tree) |
Modifier and Type | Class and Description |
---|---|
class |
EPTree |
Modifier and Type | Method and Description |
---|---|
static IEPTree |
EPTreeCreateUtil.create(java.lang.String input)
From STring to tree instance
Example input:
->(A, \\/=B(->(X, \\/=B(Y))), C)\
->(A, \\/=B(->(x(tau, ->(X, R\\/=B)), x(tau, Y))), C)
|
IEPTree |
EPTree.createCopy() |
IEPTree |
IEPTree.createCopy() |
IEPTree |
EPTreeNode.getTree() |
IEPTree |
IEPTreeNode.getTree() |
Constructor and Description |
---|
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type) |
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type,
java.lang.String label) |
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type,
java.lang.String label,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<SwAppDecoration> |
LabelingUtil.getSwAppDecoration(IEPTree tree,
IEPTreeNode node) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EPTreeSWActivityLabelAdapter.apply(org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode> input) |
Modifier and Type | Method and Description |
---|---|
<T> T |
RecipeProcess.getRecipe(RecipeArtifact<IEPTree> key) |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
AlignTreePostprocessingRecipe.execute(IEPTree input) |
protected IEPTree |
AlignTreeRecipe.execute(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
AlignTreePostprocessingRecipe.execute(IEPTree input) |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
AlignTreeRecipe.execute(org.apache.commons.lang3.tuple.Pair<XAlignedTreeLog,IEPTree> input) |
protected XAlignedTreeLog |
AlignLogRecipe.execute(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,IEPTree> input) |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
DiscoverEPTreeRecipe.execute(org.processmining.plugins.InductiveMiner.mining.logs.IMLog input) |
protected IEPTree |
DiscoverCancellationRecipe.execute(org.deckfour.xes.model.XLog input) |
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> |
EPTree2SeqDiagramRecipe.Parameters.labelfncLifeline |
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> |
EPTree2SeqDiagramRecipe.Parameters.labelfncMessage |
Modifier and Type | Method and Description |
---|---|
protected IEPTree |
EPTreePostprocessRecipe.execute(IEPTree input) |
Modifier and Type | Method and Description |
---|---|
protected PetrinetDecorated |
EPTree2PetrinetRecipe.execute(IEPTree input) |
protected ISeqDiagram |
EPTree2SeqDiagramRecipe.execute(IEPTree input) |
protected Statechart |
EPTree2StatechartRecipe.execute(IEPTree input) |
protected IEPTree |
EPTreePostprocessRecipe.execute(IEPTree input) |
Modifier and Type | Field and Description |
---|---|
ISvgDecorator<IEPTreeNode,IEPTreeNode,IEPTree> |
EPtree2SVGRecipe.Parameters.svgDecorator |
Modifier and Type | Method and Description |
---|---|
static ISvgDecorator<IEPTreeNode,IEPTreeNode,IEPTree> |
EPtree2SVGRecipe.Parameters.createAlignMetricUiDecorator(AnalysisAlignMetricOverlay selectedAlignMetric,
MetricValueScale.StatMode statMode) |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
EPtree2SVGRecipe.execute(IEPTree 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 | Field and Description |
---|---|
static RecipeArtifactD1<IEPTree,org.deckfour.xes.model.XLog> |
CancellationArtifacts.EPTree |
static RecipeArtifactD1<PetrinetDecorated,IEPTree> |
CancellationArtifacts.PTnet |
static RecipeArtifactD1<Statechart,IEPTree> |
CancellationArtifacts.SC |
Modifier and Type | Method and Description |
---|---|
abstract void |
DiscoveryWorkbenchController.View.setEPTree(IEPTree tree,
IActivityLabeler activityLabeler) |
void |
DiscoveryWorkbenchView.setEPTree(IEPTree tree,
IActivityLabeler activityLabeler) |
Modifier and Type | Method and Description |
---|---|
void |
SubviewSearchtree.setEPTree(IEPTree tree,
IActivityLabeler activityLabeler) |
Modifier and Type | Method and Description |
---|---|
void |
NodeInfoPopup.setData(IEPTree tree,
IEPTreeNode node,
IActivityLabeler dataActivityLabeler) |
void |
InfoPopupIntegration.setEPTree(IEPTree tree,
IActivityLabeler activityLabeler) |
void |
SubviewSvgModel.setEPTree(IEPTree tree,
IActivityLabeler activityLabeler) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
StatechartView.visEPTreeStates(org.processmining.framework.plugin.PluginContext context,
IEPTree eptree) |
javax.swing.JComponent |
WorkbenchView.visualize(org.processmining.framework.plugin.PluginContext context,
IEPTree eptree) |