+ " the service strategy is mixed, i.e. both load dependent and independent were found.\nDo you want to edit " + name
+ " service parameters?\n\n", "Mixed service strategies found", JOptionPane.WARNING_MESSAGE);
if (k == 0) {
StationParameterPanel tempPanel = new StationParameterPanel(model, model, relatedStation);
// set the station parameter panel to show the queue section
tempPanel.showServiceSectionPanel();
dialogFactory.getDialog(tempPanel, "Editing " + name + " Properties...");
}
}
// used only in JMVA conversion
else if ((problemSubType == ModelChecker.BCMP_FCFS_EXPONENTIAL_WARNING) && (problemType == ModelChecker.WARNING_PROBLEM)) {