Interface DataChainLinkComputation<C>
-
- All Superinterfaces:
DataChainLink<C>
- All Known Implementing Classes:
Cl01GatherAttributes,Cl02SortEvents,Cl03MakeLog,Cl04FilterLogOnActivities,Cl05Mine,Cl06LayoutModel,Cl07Align,Cl08UpdateIvMAttributes,Cl09LayoutAlignment,Cl10AnimationScaler,Cl11Animate,Cl12TraceColouring,Cl13FilterNodeSelection,Cl14Performance,Cl14PerformanceNegative,Cl15Histogram,Cl18DataAnalysisCohort,Cl19DataAnalysisCost,Cl20DataAnalysisAssociations,Cl21AdvancedAnalysesDelay,Cl22AdvancedAnalysisCausal,DataChainLinkComputationAbstract,DataRowBlockAssociations,DataRowBlockComputer,DataRowBlockEventData,DataRowBlockEventDataHistogram,DataRowBlockEventDataHistogramVirtual,DataRowBlockEventDataType,DataRowBlockEventDataTypeVirtual,DataRowBlockEventDataVirtual,DataRowBlockLogAttributes,DataRowBlockLogAttributesHighlighted,DataRowBlockLogEMSC,DataRowBlockTrace,DataRowBlockTraceBlockVirtual,DataRowBlockTraceHistogram,DataRowBlockTraceHistogramVirtual,DataRowBlockTraceType,DataRowBlockTraceTypeVirtual,PopupController.ClPopups,RowBlockModelHistogram,RowBlockModelLogNormal,RowBlockModelWeibull
public interface DataChainLinkComputation<C> extends DataChainLink<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IvMObjectValuesexecute(C configuration, IvMObjectValues inputs, IvMCanceller canceller)Performs the computation, given the input.IvMObject<?>[]getOutputObjects()java.lang.StringgetStatusBusyMessage()-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.chain.DataChainLink
getName, getNonTriggerObjects, getOptionalObjects, getRequiredObjects
-
-
-
-
Method Detail
-
getOutputObjects
IvMObject<?>[] getOutputObjects()
-
execute
IvMObjectValues execute(C configuration, IvMObjectValues inputs, IvMCanceller canceller) throws java.lang.Exception
Performs the computation, given the input. Side-effects not allowed; should be thread-safe.- Parameters:
inputs-canceller-- Returns:
- Throws:
java.lang.Exception
-
getStatusBusyMessage
java.lang.String getStatusBusyMessage()
- Returns:
- The text that is to be shown when this chainlink is executing, with two postfix dots.
-
-