Documentation/Modules/TheCode: Unterschied zwischen den Versionen
Aus OpenDino
Dirk (Diskussion | Beiträge) (Created page with "OpenOpal consists of 3 parts # the GUI # the Core # many Modules == The GUI == The graphical user interface (GUI) allows setting complex systems by clicking and dragging. It...") |
Admin (Diskussion | Beiträge) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | + | OpenDino consists of 3 parts | |
# the GUI | # the GUI | ||
Aktuelle Version vom 19. März 2014, 23:06 Uhr
OpenDino consists of 3 parts
- the GUI
- the Core
- many Modules
The GUI
The graphical user interface (GUI) allows setting complex systems by clicking and dragging. It allows to add or remove Modules and to define their interactions by so called Connections.
The Core
The Core handles all file operation as well as provides the basic functionality such that Modules can be implemented.
The Modules
The Modules contain all functionality such as optimization algorithms, protocol functions, visualization of results, and optimization problems.
All Modules must implement the interface [ IModule]