throw new RuntimeException("Unsupported rule " + normalizedRule, uoe);
}
}
t.stop();
AlphaNetwork alphaNet = compiler.getAlphaNet();
if (abox.doExplanation()) {
alphaNet.setDoExplanation(true);
}
interpreter = new Interpreter(alphaNet);
partialBindings.clear();
partialBindings.addAll(unsafeRules);
rulesApplied.clear();