failureMotivation = FAIL_UNKNOWN;
return FAILURE;
}
} else if (defaultFilter == JMVA) {
// Handles loading of JMVA models
CommonModel tmp = new CommonModel();
switch (getXmlFileType(file.getAbsolutePath())) {
case XML_SIM:
XMLReader.loadModel(file, tmp);
warnings.addAll(ModelConverter.convertJSIMtoJMVA(tmp, (ExactModel) modelData));
fileFormat = CommonConstants.SIMENGINE;