• 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
    • ExceptionCaseStateTooLarge
    • ExceptionCGEvidenceIncorporated
    • ExceptionCGLIMIDsNotSupported
    • ExceptionChainGraph
    • ExceptionCompressed
    • ExceptionComputationFailed
    • ExceptionCyclicFunctionalDependency
    • ExceptionCyclicInstanceHierarchy
    • ExceptionCyclicNetwork
    • ExceptionDemo
    • ExceptionDivisionByZero
    • ExceptionEnumeration
    • ExceptionError
    • ExceptionExpiredLicense
    • ExceptionFastRetraction
    • ExceptionFunctionalDependency
    • ExceptionHugin
    • ExceptionIllegalBinding
    • ExceptionInappropriateArguments
    • ExceptionInconsistencyOrUnderflow
    • ExceptionInsufficientStateRange
    • ExceptionInvalidEvidence
    • ExceptionInvalidExpression
    • ExceptionInvalidLicense
    • ExceptionInvalidName
    • ExceptionInvalidProbabilityPotential
    • ExceptionInvalidStateValues
    • ExceptionIO
    • ExceptionLocale
    • ExceptionLowDensity
    • ExceptionMemory
    • ExceptionNoEquilibrium
    • ExceptionNormalization
    • ExceptionNotCompiled
    • ExceptionNoValue
    • 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
    • Model
    • ModExpression
    • MultiplyExpression
    • NegateExpression
    • NegativeBinomialDistribution
    • NetworkModel
    • NetworkModel.Constraint
    • Node
    • Node.Category
    • Node.Kind
    • NodeExpression
    • NodeList
    • NoisyOrDistribution
    • NormalDistribution
    • NotEqualsExpression
    • NotExpression
    • NumberedDCNode
    • NumberedDDNode
    • NumberedDFNode
    • NumberExpression
    • NumericDiscreteNode
    • OrExpression
    • ParseListener
    • PERTDistribution
    • PoissonDistribution
    • PowerExpression
    • ProbabilityExpression
    • SinExpression
    • SinhExpression
    • SqrtExpression
    • StateIndexExpression
    • SubtractExpression
    • Table
    • TanExpression
    • TanhExpression
    • TriangularDistribution
    • TruncateExpression
    • UniformDistribution
    • UtilityNode
    • VarianceExpression
    • WeibullDistribution

Class NodeList

Lists of Nodes are represented as NodeList's.

Inheritance
object
List<Node>
NodeList
Implements
IList<Node>
ICollection<Node>
IList
ICollection
IReadOnlyList<Node>
IReadOnlyCollection<Node>
IEnumerable<Node>
IEnumerable
Inherited Members
List<Node>.Add(Node)
List<Node>.AddRange(IEnumerable<Node>)
List<Node>.AsReadOnly()
List<Node>.BinarySearch(int, int, Node, IComparer<Node>)
List<Node>.BinarySearch(Node)
List<Node>.BinarySearch(Node, IComparer<Node>)
List<Node>.Clear()
List<Node>.Contains(Node)
List<Node>.ConvertAll<TOutput>(Converter<Node, TOutput>)
List<Node>.CopyTo(Node[])
List<Node>.CopyTo(int, Node[], int, int)
List<Node>.CopyTo(Node[], int)
List<Node>.EnsureCapacity(int)
List<Node>.Exists(Predicate<Node>)
List<Node>.Find(Predicate<Node>)
List<Node>.FindAll(Predicate<Node>)
List<Node>.FindIndex(Predicate<Node>)
List<Node>.FindIndex(int, Predicate<Node>)
List<Node>.FindIndex(int, int, Predicate<Node>)
List<Node>.FindLast(Predicate<Node>)
List<Node>.FindLastIndex(Predicate<Node>)
List<Node>.FindLastIndex(int, Predicate<Node>)
List<Node>.FindLastIndex(int, int, Predicate<Node>)
List<Node>.ForEach(Action<Node>)
List<Node>.GetEnumerator()
List<Node>.GetRange(int, int)
List<Node>.IndexOf(Node)
List<Node>.IndexOf(Node, int)
List<Node>.IndexOf(Node, int, int)
List<Node>.Insert(int, Node)
List<Node>.InsertRange(int, IEnumerable<Node>)
List<Node>.LastIndexOf(Node)
List<Node>.LastIndexOf(Node, int)
List<Node>.LastIndexOf(Node, int, int)
List<Node>.Remove(Node)
List<Node>.RemoveAll(Predicate<Node>)
List<Node>.RemoveAt(int)
List<Node>.RemoveRange(int, int)
List<Node>.Reverse()
List<Node>.Reverse(int, int)
List<Node>.Sort()
List<Node>.Sort(IComparer<Node>)
List<Node>.Sort(int, int, IComparer<Node>)
List<Node>.Sort(Comparison<Node>)
List<Node>.ToArray()
List<Node>.TrimExcess()
List<Node>.TrueForAll(Predicate<Node>)
List<Node>.Capacity
List<Node>.Count
List<Node>.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.4-netstandard2.0-x64.dll
Syntax
public class NodeList : List<Node>, IList<Node>, ICollection<Node>, IList, ICollection, IReadOnlyList<Node>, IReadOnlyCollection<Node>, IEnumerable<Node>, IEnumerable

Constructors

NodeList()

Constructs a new NodeList.

Declaration
public NodeList()

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
In This Article
Back to top Copyright (C) 2019-2023 Hugin Expert A/S