+ "</states>" + ln);
}
} else if (node.getDomType() == DomainType.continuous) {
w.write(" type=\"expressions\" >" + ln);
ContinuousDomain cdom = (ContinuousDomain) node.getDomain();
// valueCache.put(nodeName, values);
w.write(tab + " ");
w.write(
"<states min=\"" + cdom.getMin() + "\"" + "max=\""
+ cdom.getMax() + "\" +discretizationOrder=\""
+ cdom.getDiscretizationOrder() + "\"/>" + ln);
}
w.write(tab + " ");
w.write("</domain>" + ln);