Package | Description |
---|---|
org.processmining.models | |
org.processmining.models.impl | |
org.processmining.plugins |
Modifier and Type | Method and Description |
---|---|
double |
CausalActivityGraph.getMatch(CausalActivityGraph graph)
Deprecated.
Gets the value how good the given graph matches this graph:
- 1.0 means a perfect positive match, both graphs are equal.
|
Modifier and Type | Class and Description |
---|---|
class |
CausalActivityGraphImpl
Deprecated.
Please use org.processmining.causalactivitygraph.models.impl.CausalActivityGraphImpl instead.
|
Modifier and Type | Method and Description |
---|---|
static CausalActivityGraph |
DivideAndConquerFactory.createCausalActivityGraph()
Deprecated.
Please use org.processmining.causalactivitygraph.models.impl.CausalActivityGraphFactory.createCausalActivityGraph() instead.
|
Modifier and Type | Method and Description |
---|---|
double |
CausalActivityGraphImpl.getMatch(CausalActivityGraph graph)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportCausalActivityGraphPlugin.export(org.processmining.framework.plugin.PluginContext context,
CausalActivityGraph graph,
java.io.File file)
Deprecated.
|
javax.swing.JComponent |
VisualizeCausalActivityGraph.visualize(org.processmining.contexts.uitopia.UIPluginContext context,
CausalActivityGraph graph)
Deprecated.
|