COM.hugin.HAPI
Class BooleanDCNode

java.lang.Object
  extended byCOM.hugin.HAPI.Node
      extended byCOM.hugin.HAPI.DiscreteChanceNode
          extended byCOM.hugin.HAPI.BooleanDCNode

public class BooleanDCNode
extends DiscreteChanceNode

Boolean discrete chance node. A BooleanDCNode has states false and true.


Constructor Summary
BooleanDCNode(NetworkModel initBelongsTo)
          Constructs a discrete Boolean chance node with states 'false' and 'true'.
 
Methods inherited from class COM.hugin.HAPI.DiscreteChanceNode
caseIsSet, delete, enterFinding, generateTable, getBelief, getCaseState, getCategory, getEnteredFinding, getExperienceTable, getFadingTable, getKind, getNumberOfStates, getPropagatedFinding, getSampledState, getSelection, getStateLabel, getTable, hasExperienceTable, hasFadingTable, retractFindings, selectState, setCaseState, setNumberOfStates, setStateLabel, touchTable, unSetCase
 
Methods inherited from class COM.hugin.HAPI.Node
addParent, addToInputs, addToOutputs, evidenceIsEntered, evidenceIsPropagated, evidenceToPropagate, getAttribute, getAttributes, getChildren, getDomain, getEdgeConstraint, getHome, getHomeClass, getHomeDomain, getInstance, getJunctionTree, getLabel, getMaster, getModel, getName, getParents, getPosition, getSource, getUserData, likelihoodIsEntered, likelihoodIsPropagated, removeFromInputs, removeFromOutputs, removeParent, reverseEdge, setAttribute, setAttributes, setEdgeConstraint, setLabel, setName, setPosition, setUserData, switchParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanDCNode

public BooleanDCNode(NetworkModel initBelongsTo)
              throws ExceptionHugin
Constructs a discrete Boolean chance node with states 'false' and 'true'.