- cancel() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
- cancel() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
-
- cancel() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
-
You should call this method when the underlying Clusterer has cancelled.
- CAUSALITY_FALL - Static variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
-
- clone() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
- cluster() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Perform the actual processing on the log.
- cluster() - Method in class org.processmining.plugins.actitrac.algorithm.GreedyClusterer
-
- cluster() - Method in class org.processmining.plugins.actitrac.algorithm.GreedyDistanceClusterer
-
- Cluster - Class in org.processmining.plugins.actitrac.types
-
This class represents a single cluster.
- Cluster(XLog, ProcessModel, String) - Constructor for class org.processmining.plugins.actitrac.types.Cluster
-
Create a new Cluster, with the given internal log, model and name.
- cluster_nb - Variable in class org.processmining.plugins.actitrac.algorithm.GreedyClusterer
-
The number of the cluster that is currently being calculated.
- clusterCreated(Cluster) - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
-
- clusterCreated(Cluster) - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
-
Indicates that a new Cluster has been created by the algorithm.
- Clusterer - Class in org.processmining.plugins.actitrac.algorithm
-
Abstract type representing classes that will be able to cluster an log into
an ActiTraCClustering.
- Clusterer(ATCParameters, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Create a new Clusterer to process the given GroupedXLog, while taking the
given parameters and settings in account.
- Clusterer(ATCParameters, HeuristicsMinerSettings, ClustererEventListener) - Constructor for class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Create a new Clusterer to process the given GroupedXLog, while taking the
given parameters and settings in account.
- ClustererEventListener - Interface in org.processmining.plugins.actitrac.utils
-
This interface specifies event listeners for use with the
Clusterer
-class.
- ClustererEventListenerUI - Class in org.processmining.plugins.actitrac.ui
-
This implementation of a ClustererEventListener forms a bridge between a
Clusterer object and a UIPluginContext.
- ClustererEventListenerUI(UIPluginContext, XLog, ATCParameters) - Constructor for class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
-
Create a new ClustererEventListenerUI for the given UIPluginContext, XLog
and ATCParameters.
- ClusterStatistics - Class in org.processmining.plugins.actitrac.algorithm
-
This class is an extension of the regular
Cluster
-class.
- ClusterStatistics(Cluster) - Constructor for class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Create a ClusterStatistics object for the given Cluster.
- ClusterTree - Class in org.processmining.plugins.actitrac.types
-
This class represents a tree of clusters.
- ClusterTree(Cluster) - Constructor for class org.processmining.plugins.actitrac.types.ClusterTree
-
Create a new ClusterTree.
- ClusterTreeInnerNode - Class in org.processmining.plugins.actitrac.types
-
This class represents a node of a ClusterTree which has both a left and right
child.
- ClusterTreeInnerNode() - Constructor for class org.processmining.plugins.actitrac.types.ClusterTreeInnerNode
-
Create a new node with both left and right children being null.
- ClusterTreeLeaf - Class in org.processmining.plugins.actitrac.types
-
A leaf of a ClusterTree.
- ClusterTreeLeaf(Cluster) - Constructor for class org.processmining.plugins.actitrac.types.ClusterTreeLeaf
-
Create a new ClusterTreeLeaf with the given cluster as data.
- ClusterTreeNode - Interface in org.processmining.plugins.actitrac.types
-
An interface describing the general ClusterTreeNode.
- ClusterTreeRoot - Class in org.processmining.plugins.actitrac.types
-
This class describes the root node of a ClusterTree.
- ClusterTreeRoot(Cluster) - Constructor for class org.processmining.plugins.actitrac.types.ClusterTreeRoot
-
Create a new ClusterTreeRoot.
- get(int) - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Get the index-th group of this log.
- getATCParameters() - Method in class org.processmining.plugins.actitrac.ui.ParametersWizard
-
Get the ActiTraC-parameters which the user has entered.
- getAttributeMap() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Return a map containing the attributes for this log.
- getAverageConnectorDegree() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the Average Connector Degree.
- getCluster() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the Cluster on which we are operating.
- getCluster() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeLeaf
-
Return the cluster associated with this node.
- getClustering() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Return the ActiTraCClustering resulting from the calculations done by
this object.
- getDistance(int, int) - Method in class org.processmining.plugins.actitrac.types.DistanceXLog
-
- getDistanceGreediness() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the distinct events that are used in this cluster.
- getExternalDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the distinct events that are part of the "external" traces of this
cluster.
- getExternalGroupCount() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return the amount of DPI in the external log.
- getExternalLog() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return a copy of the external log of this cluster.
- getFitness() - Method in class org.processmining.plugins.actitrac.algorithm.ProcessModel
-
Returns the ICS-fitness of the represented process model.
- getFitness() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return the total ICS-fitness of this Cluster, when evaluated for this
cluster's process model.
- getHeuristicsMinerSettings() - Method in class org.processmining.plugins.actitrac.ui.ParametersWizard
-
Get the HeuristicsMiner-settings which the user has entered.
- getHeuristicsNet() - Method in class org.processmining.plugins.actitrac.algorithm.ProcessModel
-
Return the underlying process model in the form of a HeuristicsNet.
- getInternalDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the distinct events that are part of the "internal" traces of this
cluster.
- getInternalGroupCount() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return the amount of DPI in the internal log.
- getInternalLog() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return a copy of the internal log of this Cluster.
- getLayoutAlignmentX(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
- getLayoutAlignmentY(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
- getLeft() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeInnerNode
-
- getLeft() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeLeaf
-
- getLeft() - Method in interface org.processmining.plugins.actitrac.types.ClusterTreeNode
-
Return the left child of this node, or null if there is no such child.
- getLines() - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
Generate and return the lines that make up the relations of this tree.
- getLog() - Method in class org.processmining.plugins.actitrac.ActiTraCClustering
-
Return a copy of the represented GroupedXLog.
- getLog() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Creates and returns the entire XLog that is represented by this
GroupedXLog.
- getLog(Collection<Integer>) - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Creates and returns an XLog based on the groups denoted by the given
indices.
- getLog(int...) - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Creates and returns an XLog based on the groups denoted by the given
indices.
- getMDTCParameters() - Method in class org.processmining.plugins.actitrac.ui.PanelOne
-
Return the parameters that the current state of the panel represent.
- getMeanTraceLength() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the average amount of events of which a trace consists in this
cluster.
- getMinimalClusterSize() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getName() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return the name of this cluster.
- getName() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
The name of the represented XLog.
- getNbArcs() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of arcs in the HeuristicsNet.
- getNbDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of distinct events that are used in this cluster.
- getNbDpi() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of distinct process instances in this cluster.
- getNbEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of events in this cluster.
- getNbExternalDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of distinct events that are part of the "external"
traces of this cluster.
- getNbExtraConformantTraces() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of traces that
are in this cluster
are not used to build the underlying process model
perfectly fit the underlying process model
- getNbExtraNonConformantTraces() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of traces that
are in this cluster
are not used to build the underlying process model
don't (perfectly) fit the underlying process model
- getNbFittingDpi() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of distinct process instances in this cluster and fit
the underlying process model.
- getNbInternalDistinctEvents() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of distinct events that are part of the "internal"
traces of this cluster.
- getNbNodes() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the amount of nodes of which the HeuristicsNet associated with
this cluster consists.
- getNbTraces() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the total amount of traces in this cluster.
- getNbTraces() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Retuns the total amount of traces in this log.
- getNetDensity() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the density of the HeuristicsNet associated with this cluster.
- getParameters() - Method in class org.processmining.plugins.actitrac.ActiTraCClustering
-
Return the used ATCParameters.
- getPM() - Method in class org.processmining.plugins.actitrac.algorithm.ClusterStatistics
-
Return the Parsing Measure of this cluster.
- getProcessModel() - Method in class org.processmining.plugins.actitrac.types.Cluster
-
Return the ProcessModel that represents this cluster.
- getPseudoCluster() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeRoot
-
Get the pseudo-cluster for this node.
- getRight() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeInnerNode
-
- getRight() - Method in class org.processmining.plugins.actitrac.types.ClusterTreeLeaf
-
- getRight() - Method in interface org.processmining.plugins.actitrac.types.ClusterTreeNode
-
Return the right child of this node, or null if there is no such child.
- getRoot() - Method in class org.processmining.plugins.actitrac.types.ClusterTree
-
Return the root of the tree.
- getSeparateNonFitting() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getSettings() - Method in class org.processmining.plugins.actitrac.ActiTraCClustering
-
Return the used HeuristicsMinerSettings.
- getSpacingX() - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
Return the amount of space that is left between any two components on the
X-axis.
- getSpacingY() - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
Return the amount of space that is left between any two components on the
Y-axis.
- getStopByNbGroups() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getStopByPercentage() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getStopNbGroups() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getStopPercentage() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getTargetFitness() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- getTree() - Method in class org.processmining.plugins.actitrac.ActiTraCClustering
-
Return the ClusterTreeRoot that represents the clustering of the original
log.
- getValue() - Method in class org.processmining.plugins.actitrac.ui.FancyDoubleSlider
-
Return the current value of this slider.
- getValue() - Method in class org.processmining.plugins.actitrac.ui.FancyIntegerSlider
-
Return the current value of this slider.
- GreedyClusterer - Class in org.processmining.plugins.actitrac.algorithm
-
This class is able to cluster an XLog.
- GreedyClusterer(XLog, ATCParameters, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.actitrac.algorithm.GreedyClusterer
-
Create a new GreedyClusterer to process the given XLog, while taking the
given parameters and settings in account.
- GreedyClusterer(XLog, ATCParameters, HeuristicsMinerSettings, ClustererEventListener) - Constructor for class org.processmining.plugins.actitrac.algorithm.GreedyClusterer
-
Create a new GreedyClusterer to process the given XLog, while taking the
given parameters and settings in account.
- GreedyDistanceClusterer - Class in org.processmining.plugins.actitrac.algorithm
-
This class is able to cluster an XLog.
- GreedyDistanceClusterer(XLog, ATCParameters, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.actitrac.algorithm.GreedyDistanceClusterer
-
Create a new GreedyDistanceClusterer to process the given XLog, while
taking the given parameters and settings in account.
- GreedyDistanceClusterer(XLog, ATCParameters, HeuristicsMinerSettings, ClustererEventListener) - Constructor for class org.processmining.plugins.actitrac.algorithm.GreedyDistanceClusterer
-
Create a new GreedyDistanceClusterer to process the given XLog, while
taking the given parameters and settings in account.
- GroupedXLog - Class in org.processmining.plugins.actitrac.types
-
This class represents an XLog of which the traces have been grouped.
- GroupedXLog(XLog) - Constructor for class org.processmining.plugins.actitrac.types.GroupedXLog
-
Create a new GroupedXLog based on an XLog.
- setClustering(ActiTraCClustering) - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Set the resulting ActiTraCClustering of this Clusterer to the given
ActiTraCClustering.
- setDistanceGreediness(float) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setEnabled(boolean) - Method in class org.processmining.plugins.actitrac.ui.FancyDoubleSlider
-
- setEnabled(boolean) - Method in class org.processmining.plugins.actitrac.ui.FancyIntegerSlider
-
- setGreedy(boolean) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setGreedyDistance(boolean) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setLeft(ClusterTreeNode) - Method in class org.processmining.plugins.actitrac.types.ClusterTreeInnerNode
-
Change the left child of the node to the given one.
- setMinimalClusterSize(float) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setRight(ClusterTreeNode) - Method in class org.processmining.plugins.actitrac.types.ClusterTreeInnerNode
-
Change the right child of the node to the given one.
- setSelectedBox(JClusterBox) - Method in class org.processmining.plugins.actitrac.ui.JClusteringSidePane
-
Change the selected JClusterBox to the given one.
- setSeparateNonFitting(boolean) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setSpacingX(int) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
Set the amount of space that is left between any two components on the
X-axis to the given value.
- setSpacingY(int) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
-
Set the amount of space that is left between any two components on the
Y-axis to the given value.
- setStopByNbGroups(boolean) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setStopByPercentage(boolean) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setStopNbGroups(int) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setStopPercentage(float) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- setTargetFitness(float) - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
-
- settings - Variable in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
The HeuristicsMinerSettings we should give to HeuristicsMiner.
- settings - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
-
- setValue(double) - Method in class org.processmining.plugins.actitrac.ui.FancyDoubleSlider
-
Change the current value of the slider.
- setValue(int) - Method in class org.processmining.plugins.actitrac.ui.FancyIntegerSlider
-
Change the current value of the slider.
- shouldCancel() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
-
Checks whether this Clusterer should cancel.
- shouldCancel() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
-
- shouldCancel() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
-
This method should return true when the Clusterer should cancel.
- show() - Method in class org.processmining.plugins.actitrac.ui.ParametersWizard
-
Show the wizard in the given context.
- showClusterInfo(ClusterStatistics) - Method in class org.processmining.plugins.actitrac.ui.JClusteringSidePane
-
Show detailed information on the given ClusterStatistics.
- size() - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
-
Returns the amount of groups of which this log consists.
- start() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
-
- start() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
-
Indicates that the clustering has started.
- start - Variable in class org.processmining.plugins.actitrac.utils.Line
-
The starting point of the line.