Class DataRowBlockCausal<C,P>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkGuiAbstract<C,P>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockAbstract<java.lang.Object,C,P>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.causal.DataRowBlockCausal<C,P>
-
- All Implemented Interfaces:
DataChainLink<C>,DataChainLinkGui<C,P>,DataRowBlock<java.lang.Object,C,P>
public class DataRowBlockCausal<C,P> extends DataRowBlockAbstract<java.lang.Object,C,P>
-
-
Constructor Summary
Constructors Constructor Description DataRowBlockCausal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IvMObject<?>[]createInputObjects()java.util.List<DataRow<java.lang.Object>>gather(IvMObjectValues inputs)This is performed on the gui thread, so large computations are forbidden: the user is waiting!java.lang.StringgetName()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockAbstract
getMaxNumberOfNames, getMaxNumberOfValues, getNumberOfRows, getRow, invalidate, setTable, showsSomething, updateGui
-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract
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
getNonTriggerObjects, getOptionalObjects, getRequiredObjects
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Returns:
- the name of the chain link for debug purposes
-
createInputObjects
public IvMObject<?>[] createInputObjects()
- Specified by:
createInputObjectsin classDataChainLinkAbstract<C>
-
gather
public java.util.List<DataRow<java.lang.Object>> gather(IvMObjectValues inputs)
Description copied from class:DataRowBlockAbstractThis is performed on the gui thread, so large computations are forbidden: the user is waiting!- Specified by:
gatherin classDataRowBlockAbstract<java.lang.Object,C,P>- Returns:
-
-