<html><head><TITLE></TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>    </H2>
<hr>
<DL>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NodeList.html><B>NodeList</B></A> 
 <DD><I>Standard C++ Library container for holding nodes</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CliqueList.html><B>CliqueList</B></A> 
 <DD><I>Standard C++ Library container for holding cliques</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExpressionList.html><B>ExpressionList</B></A> 
 <DD><I>Standard C++ Library container for holding expressions</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=JunctionTreeList.html><B>JunctionTreeList</B></A> 
 <DD><I>Standard C++ Library container for holding junction trees</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ClassList.html><B>ClassList</B></A> 
 <DD><I>Standard C++ Library container for holding Classes</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=EvidenceMode.html><B>EvidenceMode</B></A> 
 <DD><I>Modes of propagation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Category.html><B>Category</B></A> 
 <DD><I>Node categories</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Kind.html><B>Kind</B></A> 
 <DD><I>Node kinds</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Equilibrium.html><B>Equilibrium</B></A> 
 <DD><I>Types of equilibrium in the junction trees</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=TriangulationMethod.html><B>TriangulationMethod</B></A> 
 <DD><I>Possible triangulation methods</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Endian.html><B>Endian</B></A> 
 <DD><I>Byte order</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Constraint.html><B>Constraint</B></A> 
 <DD><I>Constraints used in structural learning</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Operator.html><B>Operator</B></A> 
 <DD><I>Operators to be used in expressions</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionHugin.html><B>ExceptionHugin</B></A> 
 <DD><I>The generic Hugin Exception</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Clique.html><B>Clique</B></A> 
 <DD><I>Represents the cliques in the junction tree</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ClassCollection.html><B>ClassCollection</B></A> 
 <DD><I>A ClassCollection is one of the principal structures in HUGIN</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NetworkModel.html><B>NetworkModel</B></A> 
 <DD><I>NetworkModel is the ancestor of both Domain and Class</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Class.html><B>Class</B></A> 
 <DD><I>The Class class is one of the principal structures in HUGIN</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Domain.html><B>Domain</B></A> 
 <DD><I>A domain is the HUGIN representation of a network</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionUsage.html><B>ExceptionUsage</B></A> 
 <DD><I>An API function was called with a bad argument or while in a
state that is inconsistent with the function, e</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionIO.html><B>ExceptionIO</B></A> 
 <DD><I>A fatal error occurred during an input or output operation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionMemory.html><B>ExceptionMemory</B></A> 
 <DD><I>Hugin ran out of memory while carrying out some operation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionTwice.html><B>ExceptionTwice</B></A> 
 <DD><I>An attempt has been made to create a node with a name that is
already in use in the domain</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInvalidName.html><B>ExceptionInvalidName</B></A> 
 <DD><I>Names used as node identifiers or attribute names must have the
same form as a C identifier</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionAlreadyConnected.html><B>ExceptionAlreadyConnected</B></A> 
 <DD><I>An attempt has been made to connect two nodes that are already
connected through a link of different type or direction</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionSizeTooLarge.html><B>ExceptionSizeTooLarge</B></A> 
 <DD><I>The true size is too large to represent within type `size_t'</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionFastRetraction.html><B>ExceptionFastRetraction</B></A> 
 <DD><I>Logical relations in the distribution has caused a
fast-retraction propagation to fail</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionZeroVariance.html><B>ExceptionZeroVariance</B></A> 
 <DD><I>Zero variance detected during a conditioning operation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionNoValue.html><B>ExceptionNoValue</B></A> 
 <DD><I>Zero variance detected during a conditioning operation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionRounding.html><B>ExceptionRounding</B></A> 
 <DD><I>Possibly significant floating-point rounding error detected</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionBadFile.html><B>ExceptionBadFile</B></A> 
 <DD><I>An attempt to load a domain failed due to a bad file</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionBadVersion.html><B>ExceptionBadVersion</B></A> 
 <DD><I>The knowledgde base has a wrong version number</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionFormat.html><B>ExceptionFormat</B></A> 
 <DD><I>Some data item had a bad format</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionNotCompiled.html><B>ExceptionNotCompiled</B></A> 
 <DD><I>The operation requires a compiled domain</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionCyclicNetwork.html><B>ExceptionCyclicNetwork</B></A> 
 <DD><I>A cycle has been detected in the network of a domain</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionDecisionOrder.html><B>ExceptionDecisionOrder</B></A> 
 <DD><I>The set of decisions in an influence diagram must be linearly
ordered</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionEnumeration.html><B>ExceptionEnumeration</B></A> 
 <DD><I>The specified elimination sequence is invalid</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionZeroSum.html><B>ExceptionZeroSum</B></A> 
 <DD><I>A zero sum was found in a conditional probability potential</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionNegativeProbability.html><B>ExceptionNegativeProbability</B></A> 
 <DD><I>A negative probability was found in a conditional probability or
a chain graph potential</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionChainGraph.html><B>ExceptionChainGraph</B></A> 
 <DD><I>Chain graph: Zero probability found in parent potential</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionNoEquilibrium.html><B>ExceptionNoEquilibrium</B></A> 
 <DD><I>The junction tree potentials are inconsistent</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInconsistencyOrUnderflow.html><B>ExceptionInconsistencyOrUnderflow</B></A> 
 <DD><I>Propagation of inconsistent evidence has been attempted</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionOverflow.html><B>ExceptionOverflow</B></A> 
 <DD><I>Overflow occurred during propagation</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionLowDensity.html><B>ExceptionLowDensity</B></A> 
 <DD><I>The density of the evidence presented is too low to represent as
a positive floating-point number</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionCGEvidenceIncorporated.html><B>ExceptionCGEvidenceIncorporated</B></A> 
 <DD><I>This operation is not supported when the junction tree
potentials have CG evidence incorporated</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionNormalization.html><B>ExceptionNormalization</B></A> 
 <DD><I>Normalization with a zero normalization constant has been
attempted</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionCompressed.html><B>ExceptionCompressed</B></A> 
 <DD><I>The operation is not supported on compressed domains</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionTableTooLarge.html><B>ExceptionTableTooLarge</B></A> 
 <DD><I>The compressed version of some non-clique table is too large</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionParse.html><B>ExceptionParse</B></A> 
 <DD><I>An error occurred while parsing a NET specification</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionLocale.html><B>ExceptionLocale</B></A> 
 <DD><I>The Hugin API could not establish the C locale</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInvalidExpression.html><B>ExceptionInvalidExpression</B></A> 
 <DD><I>The supplied expression is invalid (for example, wrong type)</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionSyntax.html><B>ExceptionSyntax</B></A> 
 <DD><I>A syntax error has been detected while parsing an expression</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionDivisionByZero.html><B>ExceptionDivisionByZero</B></A> 
 <DD><I>Division by zero has been attempted</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInappropriateArguments.html><B>ExceptionInappropriateArguments</B></A> 
 <DD><I>Illegal arguments have been given to a standard
probability/density function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionComputationFailed.html><B>ExceptionComputationFailed</B></A> 
 <DD><I>The probability/density function could not be computed</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInsufficientStateRange.html><B>ExceptionInsufficientStateRange</B></A> 
 <DD><I>The state range of the node is insufficient for the chosen
standard distribution</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInvalidStateValues.html><B>ExceptionInvalidStateValues</B></A> 
 <DD><I>The state values of a numeric node do not form an increasing
sequence</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionBadPointer.html><B>ExceptionBadPointer</B></A> 
 <DD><I>Use of invalid pointer attempted</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionAttribute.html><B>ExceptionAttribute</B></A> 
 <DD><I>Attempted to read a value associate with a non-existing
attribute</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionTableSize.html><B>ExceptionTableSize</B></A> 
 <DD><I>Attempted to use a table of wrong dimensions, e</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionInvalidLicense.html><B>ExceptionInvalidLicense</B></A> 
 <DD><I>Attempted to work on domain, with invalid license information,</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionDemo.html><B>ExceptionDemo</B></A> 
 <DD><I>Attempted to work on domain, which, </I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExceptionError.html><B>ExceptionError</B></A> 
 <DD><I>This is an impossible error</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Expression.html><B>Expression</B></A> 
 <DD><I>Expression is the ancestor of all expression classes</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ConstantExpression.html><B>ConstantExpression</B></A> 
 <DD><I>The ancestor of all expression classes representing a
constant (label, number, or Boolean)</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NodeExpression.html><B>NodeExpression</B></A> 
 <DD><I>An expression representing the value of a discrete chance
node or decision node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CompositeExpression.html><B>CompositeExpression</B></A> 
 <DD><I>The ancestor class of all composite expression (for example arithmetic operators or 
standard distribution functions)</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LabelExpression.html><B>LabelExpression</B></A> 
 <DD><I>A label constant expression</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=BooleanExpression.html><B>BooleanExpression</B></A> 
 <DD><I>A Boolean constant expression</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NumberExpression.html><B>NumberExpression</B></A> 
 <DD><I>A numeric constant expression</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=AddExpression.html><B>AddExpression</B></A> 
 <DD><I>Expression class representing the + operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=SubtractExpression.html><B>SubtractExpression</B></A> 
 <DD><I>Expression class representing the binary - operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NegateExpression.html><B>NegateExpression</B></A> 
 <DD><I>Expression class representing the unary - operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=MultiplyExpression.html><B>MultiplyExpression</B></A> 
 <DD><I>Expression class representing the * operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=DivideExpression.html><B>DivideExpression</B></A> 
 <DD><I>Expression class representing the / operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=PowerExpression.html><B>PowerExpression</B></A> 
 <DD><I>Expression class representing the ^ operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=EqualsExpression.html><B>EqualsExpression</B></A> 
 <DD><I>Expression class representing the == operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LessThanExpression.html><B>LessThanExpression</B></A> 
 <DD><I>Expression class representing the &lt; operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=GreaterThanExpression.html><B>GreaterThanExpression</B></A> 
 <DD><I>Expression class representing the &gt; operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NotEqualsExpression.html><B>NotEqualsExpression</B></A> 
 <DD><I>Expression class representing the != operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LessThanOrEqualsExpression.html><B>LessThanOrEqualsExpression</B></A> 
 <DD><I>Expression class representing the &lt;= operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=GreaterThanOrEqualsExpression.html><B>GreaterThanOrEqualsExpression</B></A> 
 <DD><I>Expression class representing the &gt;= operator</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=MinExpression.html><B>MinExpression</B></A> 
 <DD><I>Expression class representing the min() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=MaxExpression.html><B>MaxExpression</B></A> 
 <DD><I>Expression class representing the max() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=AbsExpression.html><B>AbsExpression</B></A> 
 <DD><I>Expression class representing the Abs() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ModExpression.html><B>ModExpression</B></A> 
 <DD><I>Expression class representing the mod() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CeilExpression.html><B>CeilExpression</B></A> 
 <DD><I>Expression class representing the ceil() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=FloorExpression.html><B>FloorExpression</B></A> 
 <DD><I>Expression class representing the floor() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LogExpression.html><B>LogExpression</B></A> 
 <DD><I>Expression class representing the log() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExpExpression.html><B>ExpExpression</B></A> 
 <DD><I>Expression class representing the exp() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=SqrtExpression.html><B>SqrtExpression</B></A> 
 <DD><I>Expression class representing the sqrt() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Log2Expression.html><B>Log2Expression</B></A> 
 <DD><I>Expression class representing the log2() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Log10Expression.html><B>Log10Expression</B></A> 
 <DD><I>Expression class representing the Log10() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=SinExpression.html><B>SinExpression</B></A> 
 <DD><I>Expression class representing the Sin() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CosExpression.html><B>CosExpression</B></A> 
 <DD><I>Expression class representing the Cos() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=TanExpression.html><B>TanExpression</B></A> 
 <DD><I>Expression class representing the Tan() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=SinhExpression.html><B>SinhExpression</B></A> 
 <DD><I>Expression class representing the Sinh() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CoshExpression.html><B>CoshExpression</B></A> 
 <DD><I>Expression class representing the Cosh() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=TanhExpression.html><B>TanhExpression</B></A> 
 <DD><I>Expression class representing the Tanh() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=IfExpression.html><B>IfExpression</B></A> 
 <DD><I>Expression class representing the
if(cond-expr,true-expr,false-expr) function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=AndExpression.html><B>AndExpression</B></A> 
 <DD><I>Expression class representing the and() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=OrExpression.html><B>OrExpression</B></A> 
 <DD><I>Expression class representing the Boolean or() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=DistributionDistribution.html><B>DistributionDistribution</B></A> 
 <DD><I>Expression class representing the Distribution() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NoisyOrExpression.html><B>NoisyOrExpression</B></A> 
 <DD><I>Expression class representing the NoisyOr() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NotExpression.html><B>NotExpression</B></A> 
 <DD><I>Expression class representing the Boolean not() function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NormalDistribution.html><B>NormalDistribution</B></A> 
 <DD><I>Expression class representing the Gaussian normal
distribution function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=BetaDistribution.html><B>BetaDistribution</B></A> 
 <DD><I>Expression class representing the Beta distribution function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=GammaDistribution.html><B>GammaDistribution</B></A> 
 <DD><I>Expression class representing the Gamma distribution function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ExponentialDistribution.html><B>ExponentialDistribution</B></A> 
 <DD><I>Expression class representing the Exponential distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=WeibullDistribution.html><B>WeibullDistribution</B></A> 
 <DD><I>Expression class representing the Weibull distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=UniformDistribution.html><B>UniformDistribution</B></A> 
 <DD><I>Expression class representing the Uniform distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=BinomialDistribution.html><B>BinomialDistribution</B></A> 
 <DD><I>Expression class representing the Binomial distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NegativeBinomialDistribution.html><B>NegativeBinomialDistribution</B></A> 
 <DD><I>Expression class representing the Negative Binomial distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=PoissonDistribution.html><B>PoissonDistribution</B></A> 
 <DD><I>Expression class representing the Poisson distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=GeometricDistribution.html><B>GeometricDistribution</B></A> 
 <DD><I>Expression class representing the Geometric distribution
function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=JunctionTree.html><B>JunctionTree</B></A> 
 <DD><I> Thic class represents the junction trees in the compiled domain.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Model.html><B>Model</B></A> 
 <DD><I>A Model is a compact description of a table</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Node.html><B>Node</B></A> 
 <DD><I>Nodes are one of the fundamental objects used in the
construction of Bayesian belief networks and influence
diagrams</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=DiscreteChanceNode.html><B>DiscreteChanceNode</B></A> 
 <DD><I> This class is the ancestor for all discrete nodes.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LabelledDCNode.html><B>LabelledDCNode</B></A> 
 <DD><I> Labelled discrete chance node. This is the node normally used.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NumberedDCNode.html><B>NumberedDCNode</B></A> 
 <DD><I> Numbered discrete chance node. To every state is associated a number.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=BooleanDCNode.html><B>BooleanDCNode</B></A> 
 <DD><I> Boolean discrete chance node. Contains two states, true and false.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=IntervalDCNode.html><B>IntervalDCNode</B></A> 
 <DD><I> Interval discrete chance node. Each state represents an interval. </I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ContinuousChanceNode.html><B>ContinuousChanceNode</B></A> 
 <DD><I>The Continuous chance node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=DiscreteDecisionNode.html><B>DiscreteDecisionNode</B></A> 
 <DD><I> The discrete decision node. Base class for all decision nodes.</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=LabelledDDNode.html><B>LabelledDDNode</B></A> 
 <DD><I>Labelled discrete decision node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NumberedDDNode.html><B>NumberedDDNode</B></A> 
 <DD><I>Numbered discrete decision node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=BooleanDDNode.html><B>BooleanDDNode</B></A> 
 <DD><I>Boolean discrete decision node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=IntervalDDNode.html><B>IntervalDDNode</B></A> 
 <DD><I>Interval discrete decision node</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=UtilityNode.html><B>UtilityNode</B></A> 
 <DD><I>A UtilityNode represents a utility function</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=InstanceNode.html><B>InstanceNode</B></A> 
 <DD><I>InstanceNodes are the key building block of object-oriented
Bayesian networks and influence diagrams</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Table.html><B>Table</B></A> 
 <DD><I>Hugin uses Tables for representing the conditional probability
and utility potentials of individual Nodes, the probability
and utility potentials on separators and Cliques of
JunctionTrees, evidence potentials, etc</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=CGDistribution.html><B>CGDistribution</B></A> 
 <DD><I>The CGDistribution encapsulates all information regarding the 
distribution of a ContinuousChanceNode</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ParseListener.html><B>ParseListener</B></A> 
 <DD><I>The ParseListener class is a virtual class, which
provides an interface for the other parse listeners to
use</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=ClassParseListener.html><B>ClassParseListener</B></A> 
 <DD><I>The ClassParseListener interface is used when one wants to call the
parseClasses(String, ParseListener) method of the
ClassCollection class</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=DefaultParseListener.html><B>DefaultParseListener</B></A> 
 <DD><I>Provides a simple implementation of the ParseListener
class</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=NetParseListener.html><B>NetParseListener</B></A> 
 <DD><I>The NetParseListener class is used while parsing a Hugin NET file</I>
<DT>
<IMG BORDER=0 SRC=icon1.gif> <A HREF=Attribute.html><B>Attribute</B></A> 
 <DD><I>Attributes can be used to associate arbitrary data with a node
or a NetworkModel (i</I>
</DL>
<A NAME="DOC.DOCU">
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
<P Align=Center><I>this page has been generated automatically by doc++</I>
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
</BODY>
