| Modifier and Type | Method and Description |
|---|---|
Cluster |
ClusterStatistics.getCluster()
Return the Cluster on which we are operating.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Clusterer.fireClusterFinishedEvent(Cluster c)
Calls
ClustererEventListener#clusterFinished(c) on the event
listener. |
| Constructor and Description |
|---|
ClusterStatistics(Cluster cluster)
Create a ClusterStatistics object for the given Cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClustererEventListenerUI.clusterFinished(Cluster c) |
| Constructor and Description |
|---|
JClusterBox(Cluster cluster,
org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog parentlog,
JClusteringSidePane infopane)
Create a new JClusterBox for the given Cluster.
|
JRootBox(Cluster cluster,
org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog parentlog,
JClusteringSidePane infopane)
Create a new JRootBox for the given Cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.addInternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces)
Create a new cluster that is identical to this cluster, except its
internal log consists of the internal log of this cluster and the given
set of traces.
|
Cluster |
Cluster.clone()
Returns a copy of the cluster
|
Cluster |
ClusterTreeLeaf.getCluster()
Return the cluster associated with this node.
|
Cluster |
ConstraintCluster.getCluster() |
Cluster |
ClusterTreeRoot.getPseudoCluster()
Get the pseudo-cluster for this node.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Cluster> |
ClusterTree.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterTree.addCluster(Cluster cluster)
Add a Cluster to the bottom of this tree.
|
| Constructor and Description |
|---|
ClusterTree(Cluster pseudoCluster)
Create a new ClusterTree.
|
ClusterTreeLeaf(Cluster cluster)
Create a new ClusterTreeLeaf with the given cluster as data.
|
ClusterTreeRoot(Cluster pseudoCluster)
Create a new ClusterTreeRoot.
|
ConstraintCluster(Cluster clusterIn,
ConstraintCollection constraintCollectionIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClustererEventListener.clusterFinished(Cluster c)
Indicates that a new Cluster has been finished by the algorithm.
|