public class ETMPareto extends ETMAbstract<ParetoFront>
Tree
s. For an explanation of the Pareto front see Wikipedia on Pareto
Front for instance.Modifier and Type | Field and Description |
---|---|
protected ETMParamPareto |
params |
currentState, manager, ourProMObjectID, result, satisfiedTerminationConditions
Constructor and Description |
---|
ETMPareto(ETMParamPareto parameters)
Instantiate the ETM Pareto algorithm with the provided parameters.
|
ETMPareto(ETMParamPareto parameters,
org.processmining.framework.providedobjects.ProvidedObjectManager manager)
Instantiate the ETM Pareto algorithm with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
ETMLiveListener.ListernerList<ParetoFront> |
getListenerList() |
ETMParamAbstract<ParetoFront> |
getParams() |
void |
run()
Run the ETM algorithm with the provided parameters
|
getCurrentState, getResult, getSatisfiedTerminationConditions, getTerminationDescription, isRunning, providedObjectCreated, providedObjectDeleted, providedObjectFutureReady, providedObjectNameChanged, providedObjectObjectChanged, reEvaluateSeed
protected final transient ETMParamPareto params
public ETMPareto(ETMParamPareto parameters)
parameters
- The ETM Pareto parameters object to initialize the ETM
algorithm with. These parameters can not be changed once the
algorithm started.public ETMPareto(ETMParamPareto parameters, org.processmining.framework.providedobjects.ProvidedObjectManager manager)
ProvidedObjectManager
in order to run
in LIVE mode, e.g. updating the view of the Pareto front at each update
of the ETM.parameters
- The ETM Pareto parameters object to initialize the ETM
algorithm with. These parameters can not be changed once the
algorithm started.manager
- The Provided Object Manager from a ProM Context. Required if
you want to run the ETM in 'live' mode.public void run()
public ETMLiveListener.ListernerList<ParetoFront> getListenerList()
getListenerList
in class ETMAbstract<ParetoFront>
public ETMParamAbstract<ParetoFront> getParams()
getParams
in class ETMAbstract<ParetoFront>