}
}
}
if (model.isSetListOfCompartments()) {
for (int i = 0; i < model.getCompartmentCount(); i++) {
Compartment compartment = model.getCompartment(i);
if (compartment.isSetCompartmentType()
&& !compartment.isSetCompartmentTypeInstance()) {
log4jLogger.warn("No CompartmentType matches the compartmentTypeID of compartment.");
}
if (compartment.isSetOutside()
&& !compartment.isSetOutsideInstance()) {
log4jLogger.warn("No Compartment matches the outsideID of compartment.");
}
if (compartment.isSetUnits()
&& !compartment.isSetUnitsInstance()) {
log4jLogger.warn("No UnitDefinition matches the unitsID of compartment.");
}
}
}
if (model.isSetListOfEvents()) {