Package | Description |
---|---|
org.processmining.plugins.etm | |
org.processmining.plugins.etm.live | |
org.processmining.plugins.etm.ui.visualization.paretofront |
Modifier and Type | Field and Description |
---|---|
protected ETMLiveListener.RunningState |
ETMAbstract.currentState
Indicates the current state of the algorithm.
|
Modifier and Type | Method and Description |
---|---|
ETMLiveListener.RunningState |
ETMAbstract.getCurrentState() |
Modifier and Type | Method and Description |
---|---|
static ETMLiveListener.RunningState |
ETMLiveListener.RunningState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETMLiveListener.RunningState[] |
ETMLiveListener.RunningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ETMLiveListener.finished(ETMLiveListener.RunningState type)
Trigger indicating that the ETM stopped running, together with the state
(e.g.
|
void |
ETMLiveListener.ListernerList.fireFinished(ETMLiveListener.RunningState type)
Fire the finished event for all listeners, indicating that the ETM
stopped.
|
Modifier and Type | Method and Description |
---|---|
void |
LiveETMParetoVisualization.finished(ETMLiveListener.RunningState type) |