|
|||||||||
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
The DiscreteDecisionNode class. Base class for all decision nodes.
Method Summary | |
NetworkModel.Category |
getCategory()
Returns the Category of this node. |
NodeList |
getRequisiteAncestors()
Returns a NodeList containing the requisite ancestors of this decision node. |
NodeList |
getRequisiteParents()
Returns a NodeList containing the requisite parents of this decision node. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public NetworkModel.Category getCategory()
getCategory
in class Node
public NodeList getRequisiteParents() throws ExceptionHugin
ExceptionHugin
public NodeList getRequisiteAncestors() throws ExceptionHugin
The requisite ancestors are found by augmenting the network with additional information links as prescribed by the "no-forgetting" rule (which states that past observations and decisions are taken into account by all future decisions) and applying the minimal reduction algorithm for LIMIDs.
ExceptionHugin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |