Skip to content
Snippets Groups Projects
Commit 561ec924 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Merge branch 'documentation/verifier' into 'develop'

Resolve "Documentation of verifier"

Closes #13

See merge request jonasblatt/ma-jonasblatt-dmn-verifier!53
parents 79bae090 47c7e0e7
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,7 @@ This project contains all source files of the implementation, created for the ma
### Verifier
- [Overview verifier](verifier.md)
### Run Project
- Run in dev mode: `mvn compile quarkus:dev`
- Build executable jar: `mvn clean install`
......@@ -53,11 +53,12 @@ Root path: <code>/api</code>
<h3>Metrics</h3>
<h4>Get some statistics about execution times</h4>
The token parameter is optional for some metric statistics. The default value is 'all'.
<ul>
<li>GET</li>
<li>
<code><a href="/api/dmn/verification/metrics"
target="_blank">/api/dmn/verification/metrics</a></code>
target="_blank">/api/dmn/verification/metrics?token={token}</a></code>
</li>
<li>Produces: application/json</li>
</ul>
......
......@@ -8,8 +8,14 @@ This project contains all source files of the implementation, created for the ma
## Frontend
- [Running Frontend Instance](http://dmn.fg-bks.uni-koblenz.de)
- [Metrics for Verifier](http://dmn.fg-bks.uni-koblenz.de/metrics.html)
### Important dependencies
- [dmn-js](https://github.com/bpmn-io/dmn-js)
- [dmn-js-modeler](https://github.com/bpmn-io/dmn-js-examples/tree/master/modeler)
- [jQuery](https://jquery.com/)
- [Select2](https://select2.org/)
### Run Project
- Run in dev mode: `mvn compile quarkus:dev`
- Build executable jar: `mvn clean install`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment