Package | Description |
---|---|
org.processmining.plugins.actitrac | |
org.processmining.plugins.actitrac.algorithm | |
org.processmining.plugins.actitrac.ui |
Modifier and Type | Method and Description |
---|---|
static ActiTraCClustering |
ActiTraC.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Calls the ActiTraC-plugin.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
ActiTraCClusteringVisualiser.visualise(org.processmining.contexts.uitopia.UIPluginContext context,
ActiTraCClustering clustering) |
Modifier and Type | Method and Description |
---|---|
ActiTraCClustering |
Clusterer.getClustering()
Return the ActiTraCClustering resulting from the calculations done by
this object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Clusterer.setClustering(ActiTraCClustering clustering)
Set the resulting ActiTraCClustering of this Clusterer to the given
ActiTraCClustering.
|
Constructor and Description |
---|
JClusteringInfo(ActiTraCClustering clustering)
Create a new JClusteringInfo-panel that will display some general
information on the given ActiTraCClustering.
|
JClusteringPane(ActiTraCClustering clustering,
JClusteringSidePane clusterinfo)
Create a new JClusteringPane for the given ActiTraCClustering.
|
JClusteringSidePane(org.processmining.framework.plugin.PluginContext context,
ActiTraCClustering clustering)
Create a new JClusteringSidePane for the given clustering, in the given
context.
|