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