|| possibleValues == null
|| possibleValues.size() <= 0) {
// this should be a continuous expression, like "{NormalDist( 5,1 ) } "
// trace how many cells we have (we are expecting only 1)
if (header.getCellList() == null || header.getCellList().size() <= 0) {
throw new MEBNException("Temporary table " + header + " has no cell. This is either a wrong script or compiler bug.");
} else if (header.getCellList().size() > 1) {
try {
Debug.println(getClass(), getSSBNNode() + " is supposed to be continuous, but we found states: " + header.getCellList());
} catch (Throwable t) {
t.printStackTrace();