if (curNodeName == null) {
throw new RuntimeException(
"Ill-formed <deterministic> tag, no names specified!");
}
BNNode curNode = graph.getBeliefNode(curNodeName);
if (curNode == null) {
throw new RuntimeException(
"Ill-formed <deterministic> tag, non-existant names specified!");
}