The Node type exposes the following members.

Constructors

  NameDescription
NodeOverloaded.

Methods

  NameDescription
Copy
Makes a copy of this instance.
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.)
GetBounds
Gets the bounds/position of the node.
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.)
NewDistributionOverloaded.
SetBounds
Sets the bounds/position of the node.
ToString
Returns the name of the node, or an empty string if the name is null.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Description
An optional description for the node.
Distribution
Returns the distribution currently associated with the Node. The distribution cannot be modified when it is assigned to a node. It is also automatically set to null, when certain structural changes occur (see remarks).
Distributions
Returns the distributions associated with this instance. A temporal node can have more than one distribution assigned to it.
Height
Gets the height of the bounding rectangle.
Index
The Index of this instance in the collection of nodes belonging to a network, or -1 if the node does not belong to a network.
Links
Collection of both incoming and outgoing links (parent and child nodes).
LinksIn
Collection of incoming links (linking to parent nodes).
LinksOut
Collection of outgoing links (linking to child nodes).
Name
The name of the node. Node names in a network must be unique, and comparisons are case sensitive.
Network
The Network the node belongs to. Value will be null unless the node has been added to a network.
TemporalType
The TemporalType of the node. The default value is Contemporal.
Variables
Collection of variables represented by the node.
Width
Gets the width of the bounding rectangle.
X
Gets the x-coordinate of the upper-left corner of the bounding rectangle.
Y
Gets the y-coordinate of the upper-left corner of the bounding rectangle.

See Also