|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--COM.hugin.HAPI.Node
|
+--COM.hugin.HAPI.DiscreteChanceNode
|
+--COM.hugin.HAPI.IntervalDCNode
Interval discrete chance node. Each state of an IntervalDCNode represents an interval.
| Constructor Summary | |
IntervalDCNode(NetworkModel initBelongsTo)
|
|
| Method Summary | |
double |
getStateValue(int s)
Returns the low value of the interval associated with state s. |
double |
setStateValue(int s,
double v)
Sets the low value of the interval associated with state s to v. |
| 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 |
public IntervalDCNode(NetworkModel initBelongsTo)
throws ExceptionHugin,
ExceptionArgumentNotAlive
| Method Detail |
public double getStateValue(int s)
throws ExceptionObjectNotAlive
state - int
public double setStateValue(int s,
double v)
throws ExceptionObjectNotAlive
state - intvalue - double
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||