Package de.uka.ipd.sdq.dsexplore.helper
Interface IResultsHandler
-
public interface IResultsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResultsHandlerLaunchConfigSettings
getLaunchSettingsTab(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 Detail
-
initialize
void initialize(ILaunchConfiguration configuration)
Sets up the results handler.- Parameters:
configuration
-
-
handleResults
void handleResults(Collection<DSEIndividual> individuals, int iteration)
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:
-
-