• Manual
  • HAPI Namespace
Show / Hide Table of Contents
  • HAPI
    • AbsExpression
    • AddExpression
    • AggregateExpression
    • AndExpression
    • Attribute
    • BetaDistribution
    • BinomialDistribution
    • BooleanDCNode
    • BooleanDDNode
    • BooleanDFNode
    • BooleanExpression
    • CeilExpression
    • Class
    • ClassCollection
    • ClassList
    • ClassParseListener
    • Clique
    • CliqueList
    • CompositeExpression
    • ConstantExpression
    • ContinuousChanceNode
    • CosExpression
    • CoshExpression
    • DataSet
    • DefaultClassParseListener
    • DiscreteChanceNode
    • DiscreteDecisionNode
    • DiscreteFunctionNode
    • DiscreteNode
    • DistributionDistribution
    • DivideExpression
    • Domain
    • Domain.Equilibrium
    • Domain.EvidenceMode
    • Domain.TriangulationMethod
    • EqualsExpression
    • ExceptionArgumentNotAlive
    • ExceptionBadKBFormat
    • ExceptionBadKBPassword
    • ExceptionBadKBVersion
    • ExceptionCGEvidenceIncorporated
    • ExceptionCGLIMIDsNotSupported
    • ExceptionCaseStateTooLarge
    • ExceptionChainGraph
    • ExceptionCompressed
    • ExceptionComputationFailed
    • ExceptionCyclicFunctionalDependency
    • ExceptionCyclicInstanceHierarchy
    • ExceptionCyclicNetwork
    • ExceptionDemo
    • ExceptionDivisionByZero
    • ExceptionEnumeration
    • ExceptionError
    • ExceptionExpiredLicense
    • ExceptionFastRetraction
    • ExceptionFunctionalDependency
    • ExceptionHugin
    • ExceptionIO
    • ExceptionIllegalBinding
    • ExceptionInappropriateArguments
    • ExceptionInconsistencyOrUnderflow
    • ExceptionInsufficientStateRange
    • ExceptionInvalidEvidence
    • ExceptionInvalidExpression
    • ExceptionInvalidLicense
    • ExceptionInvalidName
    • ExceptionInvalidProbabilityPotential
    • ExceptionInvalidStateValues
    • ExceptionLocale
    • ExceptionLowDensity
    • ExceptionMemory
    • ExceptionNoEquilibrium
    • ExceptionNoValue
    • ExceptionNormalization
    • ExceptionNotCompiled
    • ExceptionObjectNotAlive
    • ExceptionOverflow
    • ExceptionParse
    • ExceptionRounding
    • ExceptionSizeTooLarge
    • ExceptionSyntax
    • ExceptionTableTooLarge
    • ExceptionTwice
    • ExceptionUsage
    • ExceptionZeroVariance
    • ExpExpression
    • ExponentialDistribution
    • Expression
    • Expression.Operator
    • ExpressionList
    • FloorExpression
    • FunctionNode
    • GammaDistribution
    • GeometricDistribution
    • GreaterThanExpression
    • GreaterThanOrEqualsExpression
    • IfExpression
    • InstanceNode
    • IntervalDCNode
    • IntervalDDNode
    • IntervalDFNode
    • JunctionTree
    • JunctionTreeList
    • LabelExpression
    • LabelledDCNode
    • LabelledDDNode
    • LabelledDFNode
    • LessThanExpression
    • LessThanOrEqualsExpression
    • Log10Expression
    • Log2Expression
    • LogExpression
    • LogNormalDistribution
    • MaxExpression
    • MinExpression
    • ModExpression
    • Model
    • MultiplyExpression
    • NegateExpression
    • NegativeBinomialDistribution
    • NetworkModel
    • NetworkModel.Constraint
    • Node
    • Node.Category
    • Node.Kind
    • NodeExpression
    • NodeList
    • NoisyOrDistribution
    • NormalDistribution
    • NotEqualsExpression
    • NotExpression
    • NumberExpression
    • NumberedDCNode
    • NumberedDDNode
    • NumberedDFNode
    • NumericDiscreteNode
    • OrExpression
    • PERTDistribution
    • ParseListener
    • PoissonDistribution
    • PowerExpression
    • ProbabilityExpression
    • QuantileExpression
    • SinExpression
    • SinhExpression
    • SqrtExpression
    • StateIndexExpression
    • SubtractExpression
    • Table
    • TanExpression
    • TanhExpression
    • TriangularDistribution
    • TruncateExpression
    • UniformDistribution
    • UtilityNode
    • VarianceExpression
    • WeibullDistribution

Class JunctionTreeList

Lists of JunctionTrees are represented as JunctionTreeList's.

Inheritance
object
List<JunctionTree>
JunctionTreeList
Implements
IList<JunctionTree>
ICollection<JunctionTree>
IList
ICollection
IReadOnlyList<JunctionTree>
IReadOnlyCollection<JunctionTree>
IEnumerable<JunctionTree>
IEnumerable
Inherited Members
List<JunctionTree>.Add(JunctionTree)
List<JunctionTree>.AddRange(IEnumerable<JunctionTree>)
List<JunctionTree>.AsReadOnly()
List<JunctionTree>.BinarySearch(int, int, JunctionTree, IComparer<JunctionTree>)
List<JunctionTree>.BinarySearch(JunctionTree)
List<JunctionTree>.BinarySearch(JunctionTree, IComparer<JunctionTree>)
List<JunctionTree>.Clear()
List<JunctionTree>.Contains(JunctionTree)
List<JunctionTree>.ConvertAll<TOutput>(Converter<JunctionTree, TOutput>)
List<JunctionTree>.CopyTo(JunctionTree[])
List<JunctionTree>.CopyTo(int, JunctionTree[], int, int)
List<JunctionTree>.CopyTo(JunctionTree[], int)
List<JunctionTree>.EnsureCapacity(int)
List<JunctionTree>.Exists(Predicate<JunctionTree>)
List<JunctionTree>.Find(Predicate<JunctionTree>)
List<JunctionTree>.FindAll(Predicate<JunctionTree>)
List<JunctionTree>.FindIndex(Predicate<JunctionTree>)
List<JunctionTree>.FindIndex(int, Predicate<JunctionTree>)
List<JunctionTree>.FindIndex(int, int, Predicate<JunctionTree>)
List<JunctionTree>.FindLast(Predicate<JunctionTree>)
List<JunctionTree>.FindLastIndex(Predicate<JunctionTree>)
List<JunctionTree>.FindLastIndex(int, Predicate<JunctionTree>)
List<JunctionTree>.FindLastIndex(int, int, Predicate<JunctionTree>)
List<JunctionTree>.ForEach(Action<JunctionTree>)
List<JunctionTree>.GetEnumerator()
List<JunctionTree>.GetRange(int, int)
List<JunctionTree>.Slice(int, int)
List<JunctionTree>.IndexOf(JunctionTree)
List<JunctionTree>.IndexOf(JunctionTree, int)
List<JunctionTree>.IndexOf(JunctionTree, int, int)
List<JunctionTree>.Insert(int, JunctionTree)
List<JunctionTree>.InsertRange(int, IEnumerable<JunctionTree>)
List<JunctionTree>.LastIndexOf(JunctionTree)
List<JunctionTree>.LastIndexOf(JunctionTree, int)
List<JunctionTree>.LastIndexOf(JunctionTree, int, int)
List<JunctionTree>.Remove(JunctionTree)
List<JunctionTree>.RemoveAll(Predicate<JunctionTree>)
List<JunctionTree>.RemoveAt(int)
List<JunctionTree>.RemoveRange(int, int)
List<JunctionTree>.Reverse()
List<JunctionTree>.Reverse(int, int)
List<JunctionTree>.Sort()
List<JunctionTree>.Sort(IComparer<JunctionTree>)
List<JunctionTree>.Sort(int, int, IComparer<JunctionTree>)
List<JunctionTree>.Sort(Comparison<JunctionTree>)
List<JunctionTree>.ToArray()
List<JunctionTree>.TrimExcess()
List<JunctionTree>.TrueForAll(Predicate<JunctionTree>)
List<JunctionTree>.Capacity
List<JunctionTree>.Count
List<JunctionTree>.this[int]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class JunctionTreeList : List<JunctionTree>, IList<JunctionTree>, ICollection<JunctionTree>, IList, ICollection, IReadOnlyList<JunctionTree>, IReadOnlyCollection<JunctionTree>, IEnumerable<JunctionTree>, IEnumerable

Constructors

JunctionTreeList()

Constructs a new JunctionTreeList.

Declaration
public JunctionTreeList()

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
In this article
Back to top Copyright (C) 2019-2025 Hugin Expert A/S