org.processmining.mining.graphclustering
Class SpareClusterGraph.SpareCluster

java.lang.Object
  extended by org.processmining.mining.graphclustering.SpareClusterGraph.SpareCluster
Enclosing class:
SpareClusterGraph

protected class SpareClusterGraph.SpareCluster
extends java.lang.Object


Field Summary
protected  boolean[] bitmap
           
protected  int clusterNumber
           
 
Constructor Summary
SpareClusterGraph.SpareCluster(int numberOfElements)
           
 
Method Summary
 boolean addEvent(int index)
           
 boolean addEvent(LogEvent e)
           
 boolean containsEvent(LogEvent e)
           
 boolean containsIndex(int index)
           
 java.util.ArrayList<LogEvent> getEvents()
           
 int getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bitmap

protected boolean[] bitmap

clusterNumber

protected int clusterNumber
Constructor Detail

SpareClusterGraph.SpareCluster

public SpareClusterGraph.SpareCluster(int numberOfElements)
Method Detail

getId

public int getId()

addEvent

public boolean addEvent(LogEvent e)

addEvent

public boolean addEvent(int index)

containsIndex

public boolean containsIndex(int index)

containsEvent

public boolean containsEvent(LogEvent e)

getEvents

public java.util.ArrayList<LogEvent> getEvents()