COM.hugin.HAPI
Class LabelledDCNode

java.lang.Object
  |
  +--COM.hugin.HAPI.Node
        |
        +--COM.hugin.HAPI.DiscreteChanceNode
              |
              +--COM.hugin.HAPI.LabelledDCNode

public class LabelledDCNode
extends DiscreteChanceNode

Labelled discrete chance node. This is the kind of DiscreteChanceNode most oftenly used.


Constructor Summary
LabelledDCNode(NetworkModel initBelongsTo)
          Constructs a new LabelledDCNode.
 
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, setEdgeConstraint, setLabel, setName, setPosition, setUserData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelledDCNode

public LabelledDCNode(NetworkModel initBelongsTo)
               throws ExceptionHugin,
                      ExceptionArgumentNotAlive
Constructs a new LabelledDCNode.