COM.hugin.HAPI
Class LabelledDDNode

java.lang.Object
  |
  +--COM.hugin.HAPI.Node
        |
        +--COM.hugin.HAPI.DiscreteDecisionNode
              |
              +--COM.hugin.HAPI.LabelledDDNode

public class LabelledDDNode
extends DiscreteDecisionNode

Labelled discrete decision node. This is the kind of DiscreteDecisionNode most oftenly used.


Constructor Summary
LabelledDDNode(NetworkModel initBelongsTo)
          Constructs a new LabelledDDNode.
 
Methods inherited from class COM.hugin.HAPI.DiscreteDecisionNode
enterFinding, getCategory, getEnteredFinding, getExpectedUtility, getKind, getNumberOfStates, getPropagatedFinding, getStateLabel, retractFindings, selectState, setNumberOfStates, setStateLabel
 
Methods inherited from class COM.hugin.HAPI.Node
addParent, addToInputs, addToOutputs, delete, 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

LabelledDDNode

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