Uses of Class
org.processmining.mining.graphclustering.ClusterNode

Packages that use ClusterNode
org.processmining.mining.graphclustering   
 

Uses of ClusterNode in org.processmining.mining.graphclustering
 

Fields in org.processmining.mining.graphclustering with type parameters of type ClusterNode
protected  java.util.ArrayList<ClusterNode> ClusterGraph.clusters
           
 

Methods in org.processmining.mining.graphclustering that return ClusterNode
 ClusterNode ClusterGraph.resolveCluster(java.lang.String name)
           
 

Methods in org.processmining.mining.graphclustering with parameters of type ClusterNode
 boolean ClusterNode.canMergeWith(ClusterNode other)
           
 boolean ClusterNode.mergeWith(ClusterNode other)
           
protected  void ClusterGraph.mergeWithExistingClusters(ClusterNode cluster)