Skip to main content

INodeInitialization

Short Summary

The interface provides methods for registering a subnode to a parent node and so building the hierarical composition tree.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Methods

registerNode

  • Parameters:
    • subNode (INodeApi): the node that should be registered, usually THIS^
  • Return type: VOID

This method is used for initialization of the nodes.

Code

Declaration

INTERFACE INodeInitialization EXTENDS CNM_AbstractObject.IObject