public class PartialOrderInfoWorker<T> extends javax.swing.SwingWorker<PartiallyOrderedLogInfo,PartiallyOrderedLogInfo>
| Constructor and Description |
|---|
PartialOrderInfoWorker(java.util.Collection<T> traces,
int xEventClassesSize,
com.google.common.collect.ImmutableListMultimap<PartialOrderVariant,org.deckfour.xes.model.XTrace> partialOrderVariants,
javax.swing.table.DefaultTableModel infoTableModel,
javax.swing.JTable logInfoTable) |
| Modifier and Type | Method and Description |
|---|---|
protected PartiallyOrderedLogInfo |
doInBackground() |
protected void |
process(java.util.List<PartiallyOrderedLogInfo> chunks) |
public PartialOrderInfoWorker(java.util.Collection<T> traces, int xEventClassesSize, com.google.common.collect.ImmutableListMultimap<PartialOrderVariant,org.deckfour.xes.model.XTrace> partialOrderVariants, javax.swing.table.DefaultTableModel infoTableModel, javax.swing.JTable logInfoTable)
protected void process(java.util.List<PartiallyOrderedLogInfo> chunks)
process in class javax.swing.SwingWorker<PartiallyOrderedLogInfo,PartiallyOrderedLogInfo>protected PartiallyOrderedLogInfo doInBackground() throws java.lang.Exception
doInBackground in class javax.swing.SwingWorker<PartiallyOrderedLogInfo,PartiallyOrderedLogInfo>java.lang.Exception