Click or drag to resize
FactorTreeNode Methods

The FactorTreeNode type exposes the following members.

Methods
  NameDescription
Public methodAddChild
Add a factor tree node to the children of this factor tree node.
Public methodAddParent
Add a factor tree node to the parents of this factor tree node.
Public methodGetAllChildFactors
Get all child factors that belongs to this factor tree node. The factor for this tree node is also included in the result.
Public methodGetAllChildTreeNodes
Get all factor tree nodes that belongs to this factor tree node. This tree node is also included in the result.
Public methodGetAllLeafFactors
Get all child factors that belongs to this factor tree node. The factor for this tree node may also be included in the result.
Public methodGetAllLeafTreeNodes
Get all leafs that belongs to this factor tree node. This tree node may also be included in the result.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also