~libowen96/workcraft/trunk-son-entire

« back to all changes in this revision

Viewing changes to SONPlugin/src/org/workcraft/plugins/son/gui/TimeEstimatorDialog.java

  • Committer: Bowen Li
  • Date: 2016-02-05 17:53:16 UTC
  • Revision ID: libowen96@hotmail.com-20160205175316-k9cyehdymi3kmweg
-entire estimation in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
                                        
198
198
                                        if(entireEst.isSelected()){
199
199
                                                EntireEstimationAlg alg1 = new EntireEstimationAlg
200
 
                                                (net, getDefaultDuration(), granularity, getScenarioRef(), false, false);
 
200
                                                (net, getDefaultDuration(), granularity, getScenarioRef(), true, false);
201
201
                                                try {
202
202
                                                        alg1.entireEst();
203
203
                                                } catch (AlternativeStructureException e1) {
208
208
                                                                        "", JOptionPane.ERROR_MESSAGE);
209
209
                                                } catch (TimeEstimationException e1) {
210
210
                                                        JOptionPane.showMessageDialog(editor.getMainWindow(), 
211
 
                                                                        e1.getMessage(),
 
211
                                                                        e1.getMessage()+" pre-initial node",
212
212
                                                                        "", JOptionPane.ERROR_MESSAGE);
213
213
                                                }
214
214
                                        }else{