Class DataRowBlockTraceType<C,P>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkComputationAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockComputer<java.lang.Object,C,P>
-
- org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes.DataRowBlockTraceType<C,P>
-
- All Implemented Interfaces:
DataChainLink<C>,DataChainLinkComputation<C>
public class DataRowBlockTraceType<C,P> extends DataRowBlockComputer<java.lang.Object,C,P>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockComputer
DataRowBlockComputer.DataRowBlockComputerRowBlock
-
-
Constructor Summary
Constructors Constructor Description DataRowBlockTraceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DataRow<java.lang.Object>>compute(C configuration, IvMObjectValues inputs, IvMCanceller canceller)IvMObject<?>[]createInputObjects()java.lang.StringgetName()java.lang.StringgetStatusBusyMessage()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.dataanalysis.DataRowBlockComputer
createDataRowBlock, createOutputObjects, execute, getOutputObject
-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkComputationAbstract
getOutputObjects
-
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
-
getStatusBusyMessage
public java.lang.String getStatusBusyMessage()
- Returns:
- The text that is to be shown when this chainlink is executing, with two postfix dots.
-
createInputObjects
public IvMObject<?>[] createInputObjects()
- Specified by:
createInputObjectsin classDataChainLinkAbstract<C>
-
compute
public java.util.List<DataRow<java.lang.Object>> compute(C configuration, IvMObjectValues inputs, IvMCanceller canceller) throws java.lang.Exception
- Specified by:
computein classDataRowBlockComputer<java.lang.Object,C,P>- Throws:
java.lang.Exception
-
-