Unit Anatomy & Ports
Unit Anatomy
An onCore Unit can be seen as a graphical representation of a function (as in traditional programming). It has one or multiple attributes.
Exemplary onCore Unit
|
Unit Ports
There are three types of Ports:
|
Unit Types
Units can be categorized in three types.
Unit Type | Description | Example |
|---|---|---|
Provider Unit | They only have one or multiple Output Ports and "provide" something. | Variable Getter, System Timestamp |
Processing Unit | They have one or multiple Input and Output Ports and process or modify their input. | String Replace, String to Time |
Consumer Unit | They only have one or multiple Input Ports and "consume" data. | Print String, Variable Setter |
There may be Units which do not fall under only one category.