+ name + ".\nDo you want to edit " + name + " queue strategy?\n\n", "Mixed queue strategy 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.showQueueSectionPanel();
dialogFactory.getDialog(tempPanel, "Editing " + name + " Properties...");
}
}
// used only in JMVA conversion
else if ((problemSubType == ModelChecker.BCMP_FCFS_DIFFERENT_SERVICE_TYPES_WARNING) && (problemType == ModelChecker.WARNING_PROBLEM)) {