public class Cl16DataAnalysisEvent extends IvMChainLink<org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
Constructor and Description |
---|
Cl16DataAnalysisEvent() |
Modifier and Type | Method and Description |
---|---|
protected EventAttributeAnalysis |
executeLink(org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo> input,
IvMCanceller canceller)
Performs the computation, given the input.
|
protected org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo> |
generateInput(InductiveVisualMinerState state) |
java.lang.String |
getName() |
java.lang.String |
getStatusBusyMessage() |
protected void |
invalidateResult(InductiveVisualMinerState state) |
protected void |
processResult(EventAttributeAnalysis result,
InductiveVisualMinerState state) |
cancelAndInvalidateResult, equals, execute, isComplete, setOnComplete, setOnCompleteStatus, setOnException, setOnInvalidate, setOnStart, setOnStartStatus
public java.lang.String getName()
getName
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
protected org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo> generateInput(InductiveVisualMinerState state)
generateInput
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
protected EventAttributeAnalysis executeLink(org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo> input, IvMCanceller canceller) throws java.lang.Exception
ChainLink
executeLink
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
java.lang.Exception
protected void processResult(EventAttributeAnalysis result, InductiveVisualMinerState state)
processResult
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
state
- Processes the result of the computation. Guarantee: if
executed, then all inputs are still relevant and have not been
replaced.protected void invalidateResult(InductiveVisualMinerState state)
invalidateResult
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>
state
- Invalidate the results of this computation.public java.lang.String getStatusBusyMessage()
getStatusBusyMessage
in class ChainLink<InductiveVisualMinerState,org.processmining.plugins.InductiveMiner.Quadruple<IvMModel,IvMLogNotFiltered,IvMLogFiltered,IvMAttributesInfo>,EventAttributeAnalysis>