public class LiveETMParetoVisualization extends java.lang.Object implements ETMLiveListener<ParetoFront>
ETMPareto
instance
showing both controls towards the ETMPareto instance as well as the
'standard' ParetoFront visualization which is updated whenever the ETMPareto
instance signals an update.ETMLiveListener.ListernerList<R>, ETMLiveListener.RunningState
Modifier and Type | Field and Description |
---|---|
protected ParetoVisualization |
paretoVis
The Pareto visualization
|
Constructor and Description |
---|
LiveETMParetoVisualization() |
Modifier and Type | Method and Description |
---|---|
void |
finished(ETMLiveListener.RunningState type)
Trigger indicating that the ETM stopped running, together with the state
(e.g.
|
void |
generationFinished(ParetoFront result)
Trigger fired when a generation has finished, with the new data of the
generation included.
|
javax.swing.JPanel |
getControlPanel() |
javax.swing.JPanel |
getMainPanel() |
void |
start()
When the ETM starts running this event is triggered (for instance
indicating that updates are expected to come in).
|
javax.swing.JComponent |
visualize(org.processmining.framework.plugin.PluginContext context,
ETMPareto etm) |
protected ParetoVisualization paretoVis
public javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context, ETMPareto etm)
public javax.swing.JPanel getMainPanel()
public javax.swing.JPanel getControlPanel()
public void start()
ETMLiveListener
start
in interface ETMLiveListener<ParetoFront>
public void generationFinished(ParetoFront result)
ETMLiveListener
generationFinished
in interface ETMLiveListener<ParetoFront>
public void finished(ETMLiveListener.RunningState type)
ETMLiveListener
finished
in interface ETMLiveListener<ParetoFront>