Skip navigation links
A B C D E F G H I J K L M N O P R S T V X 

A

ActiTraC - Class in org.processmining.plugins.actitrac
The ActiTraC ProM-plugin.
ActiTraC() - Constructor for class org.processmining.plugins.actitrac.ActiTraC
 
ActiTraCClustering - Class in org.processmining.plugins.actitrac
This class represents a certain GroupedXLog, which has been divided into an arbitrary number of clusters.
ActiTraCClustering(GroupedXLog, ClusterTree, ATCParameters, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.actitrac.ActiTraCClustering
Create a new ActiTraCClustering with the given log, tree, parameters and settings.
ActiTraCClusteringVisualiser - Class in org.processmining.plugins.actitrac
Plugin for the ProM framework to construct a graphical representation of an ActiTraCClustering object.
ActiTraCClusteringVisualiser() - Constructor for class org.processmining.plugins.actitrac.ActiTraCClusteringVisualiser
 
activitiesMappingStructures - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
add(XLog) - Method in class org.processmining.plugins.actitrac.algorithm.ProcessModel
Create a new ProcessModel by taking the log of this model and adding the given log to it.
addCluster(Cluster) - Method in class org.processmining.plugins.actitrac.types.ClusterTree
Add a Cluster to the bottom of this tree.
addClusterEventListener(ClustererEventListener) - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Adds the given ClustererEventListener to this Clusterer.
addExternal(XLog) - Method in class org.processmining.plugins.actitrac.types.Cluster
Add the traces in the given XLog to the external traces.
addLayoutComponent(Component, Object) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
addLayoutComponent(String, Component) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
ATCParameters - Class in org.processmining.plugins.actitrac.utils
This class represents all of the parameters that ActiTraC will take into account.
ATCParameters() - Constructor for class org.processmining.plugins.actitrac.utils.ATCParameters
 

B

BinaryTreeLayout - Class in org.processmining.plugins.actitrac.ui
This implementation of a LayoutManager will lay out its components in the form of a binary tree.
BinaryTreeLayout() - Constructor for class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
buildOrInputSets(int, HNSubSet, HeuristicsMetrics) - Method in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
buildOrOutputSets(int, HNSubSet, HeuristicsMetrics) - Method in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 

C

cancel() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener.cancel() on the event listener and then throws an OperationCancelledException.
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.

D

distance - Variable in class org.processmining.plugins.actitrac.types.DistanceXLog
 
DistanceXLog - Class in org.processmining.plugins.actitrac.types
 
DistanceXLog(GroupedXLog) - Constructor for class org.processmining.plugins.actitrac.types.DistanceXLog
 

E

end() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
 
end() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
Indicates that the processing has finished.
end - Variable in class org.processmining.plugins.actitrac.utils.Line
The end point of the line.
escapeToEndPossibleF(int, int, BitSet, HeuristicsNet) - Method in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 

F

FancyDoubleSlider - Class in org.processmining.plugins.actitrac.ui
An UI-component that consists of a slider and a textfield, of which the value will be kept equal.
FancyDoubleSlider(double, double, double) - Constructor for class org.processmining.plugins.actitrac.ui.FancyDoubleSlider
Create a new FancyDoubleSlider.
FancyIntegerSlider - Class in org.processmining.plugins.actitrac.ui
An UI-component that consists of a slider and a textfield, of which the value will be kept equal.
FancyIntegerSlider(int, int, int) - Constructor for class org.processmining.plugins.actitrac.ui.FancyIntegerSlider
Create a new FancyIntegerSlider with a linear scale.
FancyIntegerSlider(int, int, int, boolean) - Constructor for class org.processmining.plugins.actitrac.ui.FancyIntegerSlider
Create a new FancyIntegerSlider.
fireClusterCreatedEvent(Cluster) - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener#clusterCreated(c) on the event listener.
fireEndEvent() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener.end() on the event listener.
fireImportingEvent() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener.importing() on the event listener.
fireMinimalClusterSizeImpossible() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
fireNonfittingAssigned() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener.nonfittingAssigned() on the event listener.
fireStartEvent() - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener.start() on the event listener.
fireTargetReachedEvent(int) - Method in class org.processmining.plugins.actitrac.algorithm.Clusterer
Calls ClustererEventListener#targetReached(left) on the event listener.

G

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.

H

HeuristicsMinerNoUI - Class in org.processmining.plugins.heuristicsminer
Identical to be.kuleuven.econ.heuristicsminer.
HeuristicsMinerNoUI(XLog) - Constructor for class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
HeuristicsMinerNoUI(XLog, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 

I

importing() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
 
importing() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
Indicates that the Clusterer is currently importing data.
invalidateLayout(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
isGreedy() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
 
isGreedyDistance() - Method in class org.processmining.plugins.actitrac.utils.ATCParameters
 
iterator() - Method in class org.processmining.plugins.actitrac.types.ClusterTree
 

J

JClusterBox - Class in org.processmining.plugins.actitrac.ui.clustertree
A graphical component that represents a single Cluster.
JClusterBox(Cluster, GroupedXLog, JClusteringSidePane) - Constructor for class org.processmining.plugins.actitrac.ui.clustertree.JClusterBox
Create a new JClusterBox for the given Cluster.
JClusteringInfo - Class in org.processmining.plugins.actitrac.ui
This graphical component will display some general information on a given ActiTraC-clustering.
JClusteringInfo(ActiTraCClustering) - Constructor for class org.processmining.plugins.actitrac.ui.JClusteringInfo
Create a new JClusteringInfo-panel that will display some general information on the given ActiTraCClustering.
JClusteringPane - Class in org.processmining.plugins.actitrac.ui
This graphical component will create a view of an entire ActiTraC-clustering.
JClusteringPane(ActiTraCClustering, JClusteringSidePane) - Constructor for class org.processmining.plugins.actitrac.ui.JClusteringPane
Create a new JClusteringPane for the given ActiTraCClustering.
JClusteringSidePane - Class in org.processmining.plugins.actitrac.ui
This graphical component will perform a number of functions.
JClusteringSidePane(PluginContext, ActiTraCClustering) - Constructor for class org.processmining.plugins.actitrac.ui.JClusteringSidePane
Create a new JClusteringSidePane for the given clustering, in the given context.
JClusteringSidePaneConnection - Class in org.processmining.plugins.actitrac
An AbstractConnection implementation that allows a JClusteringSidePane to be connected to something else.
JClusteringSidePaneConnection(JClusteringSidePane) - Constructor for class org.processmining.plugins.actitrac.JClusteringSidePaneConnection
 
JClusterSplitBox - Class in org.processmining.plugins.actitrac.ui.clustertree
This graphical component only shows one small (static) drawing.
JClusterSplitBox() - Constructor for class org.processmining.plugins.actitrac.ui.clustertree.JClusterSplitBox
Create a new static small component that basically does nothing but has a little drawing.
JRootBox - Class in org.processmining.plugins.actitrac.ui.clustertree
An implementation of the default JClusterBox that differs in only one aspect: the background colour.
JRootBox(Cluster, GroupedXLog, JClusteringSidePane) - Constructor for class org.processmining.plugins.actitrac.ui.clustertree.JRootBox
Create a new JRootBox for the given Cluster.

K

keys - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 

L

layoutContainer(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
Line - Class in org.processmining.plugins.actitrac.utils
This class describes a line.
Line() - Constructor for class org.processmining.plugins.actitrac.utils.Line
Create a new Line with both start and end initialised to a default of "new Point()".
Line(Point, Point) - Constructor for class org.processmining.plugins.actitrac.utils.Line
Create a new line with the given start and end points.
log - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
logInfo - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 

M

main(UIPluginContext, XLog) - Static method in class org.processmining.plugins.actitrac.ActiTraC
Calls the ActiTraC-plugin.
maximumLayoutSize(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
MaxRepeatAlphabetDistanceXLog - Class in org.processmining.plugins.actitrac.types
 
MaxRepeatAlphabetDistanceXLog(GroupedXLog) - Constructor for class org.processmining.plugins.actitrac.types.MaxRepeatAlphabetDistanceXLog
 
metrics - Variable in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
mine() - Method in class org.processmining.plugins.heuristicsminer.HeuristicsMinerNoUI
 
minimalClusterSizeImpossible() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
 
minimalClusterSizeImpossible() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
This method is called when the clustering algorithm is unable to find a cluster that satisfies the minimal cluster size without decreasing the fitness of the cluster.
minimumLayoutSize(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 

N

newKeyValuePanel(List<Object[]>) - Method in class org.processmining.plugins.actitrac.ui.JClusteringSidePane
Create a new JPanel in which the given key/value-pairs are visualised.
nonfittingAssigned() - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
 
nonfittingAssigned() - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
Indicates that a non-fitting group of traces has been added to an existing cluster.

O

OperationCancelledException - Exception in org.processmining.plugins.actitrac.utils
This exception is thrown when the user has cancelled the running operation.
OperationCancelledException() - Constructor for exception org.processmining.plugins.actitrac.utils.OperationCancelledException
 
org.processmining.plugins.actitrac - package org.processmining.plugins.actitrac
 
org.processmining.plugins.actitrac.algorithm - package org.processmining.plugins.actitrac.algorithm
 
org.processmining.plugins.actitrac.types - package org.processmining.plugins.actitrac.types
 
org.processmining.plugins.actitrac.ui - package org.processmining.plugins.actitrac.ui
 
org.processmining.plugins.actitrac.ui.clustertree - package org.processmining.plugins.actitrac.ui.clustertree
 
org.processmining.plugins.actitrac.utils - package org.processmining.plugins.actitrac.utils
 
org.processmining.plugins.heuristicsminer - package org.processmining.plugins.heuristicsminer
 

P

paintComponent(Graphics) - Method in class org.processmining.plugins.actitrac.ui.clustertree.JClusterBox
 
paintComponent(Graphics) - Method in class org.processmining.plugins.actitrac.ui.JClusteringPane
 
paintComponent(Graphics) - Method in class org.processmining.plugins.actitrac.ui.JClusteringSidePane
 
PanelOne - Class in org.processmining.plugins.actitrac.ui
The first panel of the ActiTraC-preferences-wizard.
PanelOne() - Constructor for class org.processmining.plugins.actitrac.ui.PanelOne
Creates the entire first panel of the settings.
parameters - Variable in class org.processmining.plugins.actitrac.algorithm.Clusterer
The ActiTraC-parameters we have to follow.
ParametersWizard - Class in org.processmining.plugins.actitrac.ui
Represents a wizard that will ask the user for all ActiTraC and HeuristicsMiner-parameters.
ParametersWizard(UIPluginContext) - Constructor for class org.processmining.plugins.actitrac.ui.ParametersWizard
Create a new ParametersWizard in the given context.
plugin(JClusteringSidePane) - Static method in class org.processmining.plugins.actitrac.JClusteringSidePaneConnection
 
preferredLayoutSize(Container) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 
printMatrixToText(float[][]) - Method in class org.processmining.plugins.actitrac.types.MaxRepeatAlphabetDistanceXLog
 
ProcessModel - Class in org.processmining.plugins.actitrac.algorithm
Represents an XLog and its process model.
ProcessModel(XLog, HeuristicsMinerSettings) - Constructor for class org.processmining.plugins.actitrac.algorithm.ProcessModel
Create a new ProcessModel for the given XLog and with the given HeuristicsMiner settings.

R

remove(int) - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
Remove a group from this XLog.
remove(XTrace) - Method in class org.processmining.plugins.actitrac.types.GroupedXLog
Remove the group from this XLog with traces that are similar to the given trace.
removeLayoutComponent(Component) - Method in class org.processmining.plugins.actitrac.ui.BinaryTreeLayout
 

S

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.

T

targetReached(int) - Method in class org.processmining.plugins.actitrac.ui.ClustererEventListenerUI
 
targetReached(int) - Method in interface org.processmining.plugins.actitrac.utils.ClustererEventListener
Indicates that the target stop state has been reached.
traceFitness(XTrace, HeuristicsNet) - Static method in class org.processmining.plugins.actitrac.algorithm.ProcessModel
Calculate the fitness of the given trace in the given net, while updating the net.
traceFitness(XTrace) - Method in class org.processmining.plugins.actitrac.algorithm.ProcessModel
Calculate the fitness of the given trace in the current model, without changing the model.

V

visualise(UIPluginContext, ActiTraCClustering) - Method in class org.processmining.plugins.actitrac.ActiTraCClusteringVisualiser
 

X

XEventNameAndTransitionClassifier - Class in org.processmining.plugins.actitrac.utils
An implementation of XEventAttributeClassifier.
XEventNameAndTransitionClassifier() - Constructor for class org.processmining.plugins.actitrac.utils.XEventNameAndTransitionClassifier
Creates a new XEventAttributeClassifier which classifies XEvents according to their "concept:name" and "lifecycle:transition".
A B C D E F G H I J K L M N O P R S T V X 
Skip navigation links