this.askForHistogramRequests();
}
private void askForHistogramRequests(){
if(Start_Demo_Applet_DE.askForHistogramRequests()){
this.histogramExecutor = new HistogramExecutor(((Storage_DE)this.storage).getEndpointManagement());
this.initOptimization();
}
}