Class Cl03MakeLog<C>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.chain.DataChainLinkComputationAbstract<C>
-
- org.processmining.plugins.inductiveVisualMiner.chain.Cl03MakeLog<C>
-
- All Implemented Interfaces:
DataChainLink<C>,DataChainLinkComputation<C>
public class Cl03MakeLog<C> extends DataChainLinkComputationAbstract<C>
-
-
Constructor Summary
Constructors Constructor Description Cl03MakeLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IvMObject<?>[]createInputObjects()IvMObject<?>[]createOutputObjects()IvMObjectValuesexecute(C configuration, IvMObjectValues inputs, IvMCanceller canceller)Performs the computation, given the input.java.lang.StringgetName()java.lang.StringgetStatusBusyMessage()-
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>
-
createOutputObjects
public IvMObject<?>[] createOutputObjects()
- Specified by:
createOutputObjectsin classDataChainLinkComputationAbstract<C>
-
execute
public IvMObjectValues execute(C configuration, IvMObjectValues inputs, IvMCanceller canceller) throws java.lang.Exception
Description copied from interface:DataChainLinkComputationPerforms the computation, given the input. Side-effects not allowed; should be thread-safe.- Returns:
- Throws:
java.lang.Exception
-
-