public class ClusterExpanderPerformance extends java.lang.Object implements ClusterExpander<RepEGraph>
Constructor and Description |
---|
ClusterExpanderPerformance(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
void |
expandTree(javax.swing.JTree tree,
Tree<RepEGraph> hierarchy) |
static long |
getDateDiff(java.util.Date date1,
java.util.Date date2,
java.util.concurrent.TimeUnit timeUnit) |
java.lang.String |
toString() |
public ClusterExpanderPerformance(org.deckfour.xes.model.XLog log)
public void expandTree(javax.swing.JTree tree, Tree<RepEGraph> hierarchy)
expandTree
in interface ClusterExpander<RepEGraph>
public static long getDateDiff(java.util.Date date1, java.util.Date date2, java.util.concurrent.TimeUnit timeUnit)
public java.lang.String toString()
toString
in class java.lang.Object