Package de.uka.ipd.sdq.dsexplore.helper
Class ResultsHandlerController
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.helper.ResultsHandlerController
-
public class ResultsHandlerController extends Object
-
-
Constructor Summary
Constructors Constructor Description ResultsHandlerController(IExtensionRegistry registry, ILaunchConfiguration configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,IResultsHandlerLaunchConfigSettings>
getResultHandlersLaunchConfigSettings(IExtensionRegistry registry, Composite parent, SelectionListener selectionListener, ModifyListener modifyListener, Shell shell)
void
handleResults(Collection<DSEIndividual> individuals, int iteration)
static boolean
resultHandlersAvailable(IExtensionRegistry registry)
-
-
-
Constructor Detail
-
ResultsHandlerController
public ResultsHandlerController(IExtensionRegistry registry, ILaunchConfiguration configuration)
-
-
Method Detail
-
handleResults
public void handleResults(Collection<DSEIndividual> individuals, int iteration)
-
getResultHandlersLaunchConfigSettings
public static Map<String,IResultsHandlerLaunchConfigSettings> getResultHandlersLaunchConfigSettings(IExtensionRegistry registry, Composite parent, SelectionListener selectionListener, ModifyListener modifyListener, Shell shell)
-
resultHandlersAvailable
public static boolean resultHandlersAvailable(IExtensionRegistry registry)
-
-