Class BooleanDFNode
Boolean function node. A BooleanDFNode has states
false and true.
Implements
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class BooleanDFNode : DiscreteFunctionNode, ICloneable
Constructors
BooleanDFNode(DiscreteFunctionNode)
Constructs a new BooleanDFNode object corresponding to the
given DiscreteFunctionNode object node.
Declaration
public BooleanDFNode(DiscreteFunctionNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| DiscreteFunctionNode | node | The DiscreteFunctionNode to be converted. |
Remarks
The new object is identical to node
except that it will be a "boolean" node. As a
side-effect, node dies (that is, becomes
"not-alive"). And if node is an output
node, then all output clones associated with the node also die.
Exceptions
| Type | Condition |
|---|---|
| ExceptionHugin |
BooleanDFNode(NetworkModel)
Constructs a Boolean function node with states
false and true.
Declaration
public BooleanDFNode(NetworkModel belongsTo)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkModel | belongsTo |
Exceptions
| Type | Condition |
|---|---|
| ExceptionHugin |