// eliminates redundancies on table's boolean expression
try {
this.tempTable.cleanUpKnownValues(this.getSSBNNode());
} catch (NullPointerException e) {
// The SSBNNode was null...
throw new InstanceException(e);
}
// extracting base values
ArrayList<SSBNNode> parents = null;