|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCOM.hugin.HAPI.Node
COM.hugin.HAPI.DiscreteNode
COM.hugin.HAPI.DiscreteDecisionNode
COM.hugin.HAPI.BooleanDDNode
Boolean decision node. A BooleanDDNode has states
false and true.
| Constructor Summary | |
BooleanDDNode(DiscreteNode node)
Constructs a new BooleanDDNode object corresponding to the given DiscreteNode object node. |
|
BooleanDDNode(NetworkModel belongsTo)
Constructs a Boolean decision node with states false and true. |
|
| Methods inherited from class COM.hugin.HAPI.DiscreteDecisionNode |
getCategory, getRequisiteAncestors, getRequisiteParents |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BooleanDDNode(NetworkModel belongsTo)
throws ExceptionHugin
false and true.
public BooleanDDNode(DiscreteNode node)
throws ExceptionHugin
node.
(node must be a chance or a decision node.) The
new object will be identical to node (that is,
same parents, same table, etc.) except for its type.
As a side-effect, the object node dies (that
is, becomes "not-alive"). Moreover, all (output and temporal)
clones associated with node also die.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||