@Override
protected void myconstruct() throws Exception {
algorithm.setDataPoolSettings(settings);
algorithm.setDataPool(dataPool);
algorithm.setStatusBar(new StatusBarBridge(getApplicationWindow().getStatusBar()));
algorithm.doWork();
}
};
sw.execute();
}
}