| Constructor and Description |
|---|
FuzzyModelConnection(MutableFuzzyGraph fg) |
| Constructor and Description |
|---|
FuzzyModelAdaptedConnection(MutableFuzzyGraph fg) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableFuzzyGraph |
FMNode.graph |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<FMNode,MutableFuzzyGraph> |
MutableFuzzyGraph.abstractnodeGraphMap |
| Modifier and Type | Method and Description |
|---|---|
protected MutableFuzzyGraph |
MutableFuzzyGraph.getEmptyClone() |
MutableFuzzyGraph |
FMNode.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<FMNode,MutableFuzzyGraph> |
MutableFuzzyGraph.getAbstractionNodeGraphMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableFuzzyGraph.getAbstractionNodeGraphMap(java.util.Map<FMNode,MutableFuzzyGraph> abstractionNodeGraphMap) |
| Constructor and Description |
|---|
FMClusterNode(MutableFuzzyGraph graph,
int index,
java.lang.String label) |
FMNode(MutableFuzzyGraph graph,
int index,
java.lang.String label) |
FMNode(MutableFuzzyGraph graph,
int index,
java.lang.String label,
boolean isInnerPatternGraphNode) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableFuzzyGraph |
BestEdgeTransformer.graph |
protected MutableFuzzyGraph |
ConcurrencyEdgeTransformer.graph |
protected MutableFuzzyGraph |
FastTransformer.graph |
protected MutableFuzzyGraph |
FuzzyEdgeTransformer.graph |
protected MutableFuzzyGraph |
NewConcurrencyEdgeTransformer.graph |
protected MutableFuzzyGraph |
SimpleTransformer.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
BestEdgeTransformer.transform(MutableFuzzyGraph graph) |
void |
ConcurrencyEdgeTransformer.transform(MutableFuzzyGraph graph) |
void |
FastTransformer.transform(MutableFuzzyGraph graph) |
void |
FuzzyEdgeTransformer.transform(MutableFuzzyGraph graph) |
abstract void |
FuzzyGraphTransformer.transform(MutableFuzzyGraph graph) |
void |
NewConcurrencyEdgeTransformer.transform(MutableFuzzyGraph graph) |
void |
SimpleTransformer.transform(MutableFuzzyGraph graph) |
void |
StatisticalCleanupTransformer.transform(MutableFuzzyGraph graph) |
| Modifier and Type | Class and Description |
|---|---|
class |
FuzzyBusinessProcessMap |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
FastTransformerVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph mfg) |
javax.swing.JComponent |
FuzzyModelVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableFuzzyGraph |
NewConcurrencyEdgeTransformer.graph |
| Modifier and Type | Method and Description |
|---|---|
MutableFuzzyGraph |
FuzzyAdapterPlugin.mineGeneric(org.processmining.framework.plugin.PluginContext context,
MetricsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
NewConcurrencyEdgeTransformer.transform(MutableFuzzyGraph graph) |
| Constructor and Description |
|---|
FastFuzzyMinerAdapted(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph,
org.deckfour.xes.model.XLog log,
java.lang.Double conformance,
MetricsRepository metrics,
double logcomplexity,
int count,
double avgOfPreserve,
double avgOfRatio,
double timeCom,
int Tedges,
double OriginalEdgesDetail,
double[] preserveall,
double[] ratioall,
int visit,
org.deckfour.xes.info.XLogInfo logsummary,
double[] nodesigall) |
| Modifier and Type | Method and Description |
|---|---|
FuzzyAnimation |
FuzzyAnimationPlugin.options(org.processmining.contexts.uitopia.UIPluginContext context,
MutableFuzzyGraph mfg,
org.deckfour.xes.model.XLog log) |
| Constructor and Description |
|---|
FuzzyAnimation(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph,
org.deckfour.xes.model.XLog log,
int maxLookahead,
int maxExtraLookahead) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableFuzzyGraph |
FuzzyEdgeEditor.graph |
protected MutableFuzzyGraph |
FuzzyNodeEditor.graph |
protected MutableFuzzyGraph |
FuzzyGraphEditorPanel.graphForEdit |
| Modifier and Type | Method and Description |
|---|---|
void |
FuzzyGraphEditorPanel.setGraph(MutableFuzzyGraph graph) |
| Constructor and Description |
|---|
FuzzyGraphEditorPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph) |
FuzzyGraphEditorPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph,
boolean standalone) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableFuzzyGraph |
FastTransformerPanel.graph |
protected MutableFuzzyGraph |
FastTransformerPanel.resultGraph |
| Modifier and Type | Method and Description |
|---|---|
MutableFuzzyGraph |
FastTransformerPanel.getExportFuzzyGraphObjects() |
MutableFuzzyGraph |
FuzzyModelPanel.getExportFuzzyGraphObjects() |
MutableFuzzyGraph |
FastTransformerPanel.getMolecularGraph(FMNode fmNode)
show the detail sub-process graph of the abstract/molecule activity
|
MutableFuzzyGraph |
FuzzyModelPanel.getMolecularGraph(FMNode fmNode)
show the detail sub-process graph of the abstract/molecule activity
|
MutableFuzzyGraph |
FuzzyMinerUI.mine(org.deckfour.xes.model.XLog log) |
MutableFuzzyGraph |
FuzzyModelPanel.showMolecularGraph(FMNode fmNode)
show the detail sub-process graph of the abstract/molecule activity
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastTransformerPanel.getExportedClusterFuzzyGraphObject(MutableFuzzyGraph innerGraph,
FMClusterNode clusterNode) |
void |
FastTransformerPanel.getExportedFuzzyGraphObject(MutableFuzzyGraph innerGraph) |
| Constructor and Description |
|---|
FastTransformerPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph) |
FastTransformerPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph,
org.deckfour.xes.model.XLog log,
int showNumberOfNodes,
int orientation) |
FuzzyModelPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph) |
FuzzyModelPanel(org.processmining.framework.plugin.PluginContext context,
MutableFuzzyGraph graph,
org.deckfour.xes.model.XLog log,
int showNumberOfNodes) |