... | ... | @@ -2,16 +2,25 @@ |
|
|
|
|
|
## Outline
|
|
|
* Modules
|
|
|
* [SPEAR Model](module/model)
|
|
|
* [Energy Context](module/energy-context)
|
|
|
* [Optimisation](module/optimisation)
|
|
|
* [Optimisation Configuration](module/optimisation-configuration)
|
|
|
* [Production Infrastructure](module/production-infrastructure)
|
|
|
* [Optimisation](module/optimisation)
|
|
|
* [GUI](module/gui)
|
|
|
* [REST-API](module/rest-api)
|
|
|
* [REST-Interface](module/rest-interface)
|
|
|
* [Project Interface](project interface)
|
|
|
* [Programming Roadmap](programming roadmap)
|
|
|
|
|
|
## Modules
|
|
|
These are the four different modules of the spear project:
|
|
|
* **[Energy Context](module/energy-context)** - it manages the data, which describes the different energy sources and their (prognosed) availability and price
|
|
|
These are the different modules of the spear project:
|
|
|
|
|
|
* **[SPEAR Model](module/model) - this contains the SPEAR metamodel; it comprises different aspects, that were modules in their own right in an earlier version, but were merged to the single `model` module later
|
|
|
* **[Energy Context](module/energy-context)** - it manages the data, which describes the different energy sources and their (prognosed) availability and price
|
|
|
* **[Optimisation Configuration](module/optimisation-configuration)** - it manages the current requirements of the user, regarding the optimisation
|
|
|
* **[Production Infrastructure](module/production-infrastructure)** - it manages the data, which describes the whole production infrastructure (machines, cells, tasks, products etc.)
|
|
|
* **[Optimisation](module/optimisation)** - it creates the optimised production schedule
|
|
|
* **[Optimisation Configuration](module/optimisation-configuration)** - it manages the current requirements of the user, regarding the optimisation
|
|
|
* **[Production Infrastructure](module/production-infrastructure)** - it manages the data, which describes the whole production infrastructure (machines, cells, tasks, products etc.) |
|
|
\ No newline at end of file |
|
|
* **[GUI](module/gui)**
|
|
|
* **[REST-API](module/rest-api)**
|
|
|
* **[REST-Interface](module/rest-interface)** |
|
|
\ No newline at end of file |