Package com.bayesserver.inference
Class AssignedDefinition
- java.lang.Object
-
- com.bayesserver.inference.AssignedDefinition
-
public final class AssignedDefinition extends Object
Identifies the node that is assigned to a clique in a Junction Tree.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNode()
The node that is assigned (multiplied into) to the clique in a junction tree.Integer
getTime()
The associated time (if a Dynamic Bayesian network).String
toString()
-