Package de.uka.ipd.sdq.dsexplore.helper
Interface IResultsHandler
public interface IResultsHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetLaunchSettingsTab
(Composite parent, SelectionListener selectionListener, ModifyListener modifyListener, Shell shell) Provides the launch configuration settings.void
handleResults
(Collection<DSEIndividual> individuals, int iteration) Does something with the individuals...void
initialize
(ILaunchConfiguration configuration) Sets up the results handler.
-
Method Details
-
initialize
Sets up the results handler.- Parameters:
configuration
-
-
handleResults
Does something with the individuals...- Parameters:
individuals
-iteration
-
-
getLaunchSettingsTab
IResultsHandlerLaunchConfigSettings getLaunchSettingsTab(Composite parent, SelectionListener selectionListener, ModifyListener modifyListener, Shell shell) Provides the launch configuration settings.- Returns:
-