research-iobserve / iobserve-analysis

Tools, probes and libraries used in iObserve to monitor and analyze software, as well as to plan and execute its modification (MAPE-K loop)
https://www.iobserve-devops.net
Apache License 2.0
6 stars 1 forks source link

Organize libraries for planning, adaptation, and execution #45

Open lbl-dev opened 6 years ago

lbl-dev commented 6 years ago

So far, AdaptationData records and a so called ModelGraph were used to pass data within iObserve's control loop. With the restructuring of the phases into separate gradle-projects the adaptationdata library was created to share these classes between the projects. However, it might make sense to restructure/split up this library in the future.

lbl-dev commented 6 years ago

Related to #44 #41