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.voidhandleResults(Collection<DSEIndividual> individuals, int iteration) Does something with the individuals...voidinitialize(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:
-