Components
Last updated
Last updated
All logical blocks of programs are represented as components, each of which inherits from the base class . This base class encompasses essential methods and attributes required for execution, including:
: Execute component. This method should be called when program executed.
: Bound components to .
: Set indentification name. Usefull for debugging and logging.
For parameters and more details about , see: