Class in Arbor / Inherits from: Node
Implements interfaces: INodeBehaviourContainer
Description
Class that represents a calculator
Properties
| Property Name | 
Description | 
| calculator | 
Get the attached Calculator. | 
| calculatorID | 
Gets the calculator node identifier. | 
Methods
Inherited Members
Fields
Properties
| Property Name | 
Description | 
| name | 
Node name. | 
| nodeGraph | 
Gets the NodeGraph. | 
| nodeID | 
Gets the node identifier. | 
Methods
| Method Name | 
Description | 
| GetName | 
Get node name. | 
| IsDeletable | 
Returns whether or not it can be deleted. | 
| OnAfterDeserialize | 
Called from ISerializationCallbackReceiver.OnAfterDeserialize. | 
| OnBeforeSerialize | 
Called from ISerializationCallbackReceiver.OnBeforeSerialize. | 
| ToString | 
Convert node to string (for debugging). | 
Static Fields