Class DataAnalysisTabAbstract<O,C,P>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataAnalysisTabAbstract<O,C,P>
-
- All Implemented Interfaces:
DataAnalysisTab<O,C,P>
- Direct Known Subclasses:
DataAnalysisTabAssociations,DataAnalysisTabCausal,DataAnalysisTabCohorts,DataAnalysisTabCosts,DataAnalysisTabEventData,DataAnalysisTabLog,DataAnalysisTabModelTime,DataAnalysisTabTrace
public abstract class DataAnalysisTabAbstract<O,C,P> extends java.lang.Object implements DataAnalysisTab<O,C,P>
-
-
Constructor Summary
Constructors Constructor Description DataAnalysisTabAbstract(java.util.concurrent.Callable<java.util.List<DataRowBlock<O,C,P>>> rowBlocksCreator, java.util.concurrent.Callable<java.util.List<DataRowBlockComputer<O,C,P>>> rowBlockComputersCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DataRowBlockComputer<O,C,P>>createRowBlockComputers()RowBlockComputers are chainlinks that compute their RowBlocks themselves.java.util.List<DataRowBlock<O,C,P>>createRowBlocks(DataAnalysisTable<O,C,P> table)RowBlocks are groups of rows that are changed together.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataAnalysisTab
createTable, getAnalysisName, getExplanation
-
-
-
-
Constructor Detail
-
DataAnalysisTabAbstract
public DataAnalysisTabAbstract(java.util.concurrent.Callable<java.util.List<DataRowBlock<O,C,P>>> rowBlocksCreator, java.util.concurrent.Callable<java.util.List<DataRowBlockComputer<O,C,P>>> rowBlockComputersCreator)
-
-
Method Detail
-
createRowBlocks
public java.util.List<DataRowBlock<O,C,P>> createRowBlocks(DataAnalysisTable<O,C,P> table)
Description copied from interface:DataAnalysisTabRowBlocks are groups of rows that are changed together.- Specified by:
createRowBlocksin interfaceDataAnalysisTab<O,C,P>- Returns:
-
createRowBlockComputers
public java.util.List<DataRowBlockComputer<O,C,P>> createRowBlockComputers()
Description copied from interface:DataAnalysisTabRowBlockComputers are chainlinks that compute their RowBlocks themselves.- Specified by:
createRowBlockComputersin interfaceDataAnalysisTab<O,C,P>- Returns:
-
-