public class MarginCalculator.JunctionTreeNode extends java.lang.Object implements java.io.Serializable, RevisionHandler
Modifier and Type | Field and Description |
---|---|
java.util.Vector |
m_children |
int[] |
m_nNodes
nodes of the Bayes net in this junction node
|
Modifier and Type | Method and Description |
---|---|
void |
addChildClique(MarginCalculator.JunctionTreeNode child) |
java.lang.String |
getRevision()
Returns the revision string.
|
void |
initializeDown(boolean recursively) |
void |
initializeUp() |
void |
setEvidence(int nNode,
int iValue) |
void |
setParentSeparator(MarginCalculator.JunctionTreeSeparator parentSeparator) |
java.lang.String |
toString() |
public int[] m_nNodes
public java.util.Vector m_children
public void setParentSeparator(MarginCalculator.JunctionTreeSeparator parentSeparator)
public void addChildClique(MarginCalculator.JunctionTreeNode child)
public void initializeUp()
public void initializeDown(boolean recursively)
public java.lang.String toString()
toString
in class java.lang.Object
public void setEvidence(int nNode, int iValue) throws java.lang.Exception
java.lang.Exception
public java.lang.String getRevision()
getRevision
in interface RevisionHandler