The NodeDistributions type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindForTime
Finds the temporal distribution that is suitable for the time specified.
GetEnumerator
Returns an enumerator that iterates through the collection.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryGetValue
Attempts to return the distribution for a specified temporal order.
ValidateDistribution
Checks that a distribution is correctly specified for a particular temporal order.

Properties

  NameDescription
Count
Gets the number of distributions in the container.
Item
Gets or sets a distribution at a particular temporal order.
Node
Gets the node that this instance belongs to.
TemporalOrders
Gets the collection of temporal orders that require distributions.
Values
Gets all the disributions in the container.

See Also