|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.analysis.diagnostics.ActionFactory
public class ActionFactory
Collection of actions used by the diagnostic tool.
| Constructor Summary | |
|---|---|
ActionFactory(DiagnosticTool frame,
Controller controller)
Constructs a new action factory. |
|
| Method Summary | |
|---|---|
void |
controllerStateChanged(ControllerEvent event)
Invoked by the controller to indicate its state changed. |
Action |
getAboutDialogAction()
Returns the action for displaying the about dialog. |
Action |
getCancelAction()
Returns the action for canceling a running evaluation task. |
Action |
getClearAction()
Returns the action for clearing all results. |
Action |
getDisableAllIndicatorsAction()
Returns the action to toggle off all indocator collectors. |
Action |
getEnableAllIndicatorsAction()
Returns the action to toggle on all indocator collectors. |
Action |
getExitAction()
Returns the action to close the diagnostic tool. |
Action |
getIncludeAdaptiveMultimethodVariationAction()
Returns the action to toggle the inclusion of the adaptive multimethod variation collector. |
Action |
getIncludeAdaptiveTimeContinuationAction()
Returns the action to toggle the inclusion of the adaptive time continuation collector. |
Action |
getIncludeAdditiveEpsilonIndicatorAction()
Returns the action to toggle the inclusion of the additive ε-indicator collector. |
Action |
getIncludeApproximationSetAction()
Returns the action to toggle the inclusion of the approximation set collector. |
Action |
getIncludeContributionAction()
Returns the action to toggle the inclusion of the contribution indicator collector. |
Action |
getIncludeElapsedTimeAction()
Returns the action to toggle the inclusion of the elapsed time collector. |
Action |
getIncludeEpsilonProgressAction()
Returns the action to toggle the inclusion of ε-progress restart collector. |
Action |
getIncludeGenerationalDistanceAction()
Returns the action to toggle the inclusion of the generational distance indicator collector. |
Action |
getIncludeHypervolumeAction()
Returns the action to toggle the inclusion of the hypervolume indicator collector. |
Action |
getIncludeInvertedGenerationalDistanceAction()
Returns the action to toggle the inclusion of the inverted generational distance indicator collector. |
Action |
getIncludePopulationSizeAction()
Returns the action to toggle the inclusion of the population size collector. |
Action |
getIncludeR1Action()
Returns the action to toggle the inclusion of the R1 indicator collector. |
Action |
getIncludeR2Action()
Returns the action to toggle the inclusion of the R2 indicator collector. |
Action |
getIncludeR3Action()
Returns the action to toggle the inclusion of the R3 indicator collector. |
Action |
getIncludeSpacingAction()
Returns the action to toggle the inclusion the spacing indicator collector. |
Action |
getLoadAction()
Returns the action to load results from a file. |
Action |
getMemoryUsageAction()
Returns the action for displaying memory usage. |
Action |
getRunAction()
Returns the action for starting the evaluation task. |
Action |
getSaveAction()
Returns the action to save the results to a file. |
Action |
getSelectAllAction(JTable table)
Returns the action to select all items in the specified table. |
Action |
getShowApproximationSetAction(ResultKey key)
Returns the action to display the approximation set for the given result. |
Action |
getShowIndividualTracesAction()
Returns the action for showing individual traces in the line plots. |
Action |
getShowLastTraceAction()
Returns the action to show the last run's trace. |
Action |
getShowQuantilesAction()
Returns the action for showing quantiles in the line plots. |
Action |
getShowStatisticsAction()
Returns the action for showing a statistical comparison of the results. |
protected void |
initialize()
Initializes the actions used by this action factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionFactory(DiagnosticTool frame,
Controller controller)
frame - the DiagnosticTool instance on which these actions
operatecontroller - the Controller instance on which these actions
operate| Method Detail |
|---|
protected void initialize()
public Action getSaveAction()
public Action getLoadAction()
public Action getExitAction()
public Action getShowLastTraceAction()
public Action getEnableAllIndicatorsAction()
public Action getDisableAllIndicatorsAction()
public Action getIncludeHypervolumeAction()
public Action getIncludeGenerationalDistanceAction()
public Action getIncludeInvertedGenerationalDistanceAction()
public Action getIncludeSpacingAction()
public Action getIncludeAdditiveEpsilonIndicatorAction()
public Action getIncludeContributionAction()
public Action getIncludeR1Action()
public Action getIncludeR2Action()
public Action getIncludeR3Action()
public Action getIncludeEpsilonProgressAction()
public Action getIncludeAdaptiveMultimethodVariationAction()
public Action getIncludeAdaptiveTimeContinuationAction()
public Action getIncludeElapsedTimeAction()
public Action getIncludePopulationSizeAction()
public Action getIncludeApproximationSetAction()
public Action getMemoryUsageAction()
public Action getRunAction()
public Action getCancelAction()
public Action getClearAction()
public Action getShowStatisticsAction()
public Action getAboutDialogAction()
public Action getShowIndividualTracesAction()
public Action getShowQuantilesAction()
public Action getShowApproximationSetAction(ResultKey key)
key - the result key
public Action getSelectAllAction(JTable table)
table - the table on which this action operates
public void controllerStateChanged(ControllerEvent event)
ControllerListenerControllerEvent indicates the type of event which has occurred.
controllerStateChanged in interface ControllerListenerevent - details of the controller event
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||