Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate info from internal wiki #13

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Palladio QuAL EDP2
The Experiment Data Persistency & Presentation (EDP2) framework is a piece of software to support storage, evaluation and presentation of experiment data from within Eclipse. EDP2 is realized using EMF and is to replace the Sensorframework, which is currently employed by the PCM-Bench.

## Documentation
For comprehensive documentation, please visit our [wiki page](https://sdqweb.ipd.kit.edu/wiki/PCM_Development/EDP2).
There are three basic types of data used by EDP2:
* Repositories for storing data in a persistent way
* Metadata describing formats and parameters
* Measurements containing the observed values

EDP2 is to provide the possibility to display these data using different mechanisms. EDP2 requires: The Eclipse-Plugin PCM Development/EDP2/Visualization and the Apache Commons Codec Plug-in in version 1.4.0. EDP2 is available at [SVN](https://svnserver.informatik.kit.edu/i43/svn/code/EDP2/trunk). The following tables provides an overview about the plug-ins and their content.

| Plug-in Name | content |
|---|---|
| `de.uka.ipd.sdq.edp2.examples[/LocalRepository]` | Example model generation code, model instance and data. |
| `de.uka.ipd.sdq.edp2[.edit,.editor]` | EDP2 model and model handling code. |
| `de.uka.ipd.sdq.edp2.transformation` | Chainable data transformation elements: Adapters and Filters. |
| `de.uka.ipd.sdq.edp2.visualization` | Graphical user interface including editors. |
| `org.apache.commons.codec` |Apache Commons Codec Plug-in in version 1.4.0. |

## Support
For support
Expand Down
Loading