Interface DataRowBlock<O,C,P>
-
- Type Parameters:
O- row payloadC-P-
- All Superinterfaces:
DataChainLink<C>,DataChainLinkGui<C,P>
- All Known Implementing Classes:
DataRowBlockAbstract,DataRowBlockAssociationsProcess,DataRowBlockCausal,DataRowBlockCohorts,DataRowBlockComputer.DataRowBlockComputerRowBlock,DataRowBlockCosts,RowBlockModelPerformance
public interface DataRowBlock<O,C,P> extends DataChainLinkGui<C,P>
A DataRowBlock visualises a set of dataRows. If the dataRows need to be computed, use a DataRowComputer instead. Notice that the methods need to be consistent and any update should be performed on the gui thread.- Author:
- sander
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxNumberOfNames()intgetMaxNumberOfValues()intgetNumberOfRows()DataRow<O>getRow(int row)voidsetTable(DataAnalysisTable<O,C,P> table)booleanshowsSomething()-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.chain.DataChainLink
getName, getNonTriggerObjects, getOptionalObjects, getRequiredObjects
-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkGui
invalidate, updateGui
-
-