Class DataRowBlockComputer.DataRowBlockComputerRowBlock
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkGuiAbstract<C,P>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockAbstract<O,C,P>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockComputer.DataRowBlockComputerRowBlock
-
- All Implemented Interfaces:
DataChainLink<C>,DataChainLinkGui<C,P>,DataRowBlock<O,C,P>
- Enclosing class:
- DataRowBlockComputer<O,C,P>
public abstract class DataRowBlockComputer.DataRowBlockComputerRowBlock extends DataRowBlockAbstract<O,C,P>
-
-
Constructor Summary
Constructors Constructor Description DataRowBlockComputerRowBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataRowBlockComputer<O,C,P>getComputer()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockAbstract
gather, getMaxNumberOfNames, getMaxNumberOfValues, getNumberOfRows, getRow, invalidate, setTable, showsSomething, updateGui
-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract
createInputObjects, createNonTriggerObjects, createOptionalObjects, equals, getNonTriggerObjects, getOptionalObjects, getRequiredObjects, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.chain.DataChainLink
getName, getNonTriggerObjects, getOptionalObjects, getRequiredObjects
-
-
-
-
Method Detail
-
getComputer
public DataRowBlockComputer<O,C,P> getComputer()
-
-