-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathewolff_microservice_overview.html
24 lines (24 loc) · 1.43 KB
/
ewolff_microservice_overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Visualization of Non-Conformances and Overview of interpretations generated for ewolff_microservice</title>
<link href="css/overview_page_stylesheet.css" rel="stylesheet">
</head>
<body>
<h1>Non-conformance visualization for ewolff_microservice</h1>
<div id="ncf_visualization">
<div id="arch_model_viz">
<img src="interpretation_examples/ewolff_microservice/visualization/plantuml.png">
</div>
</div>
<h1>Overview of interpretations generated for ewolff_microservice</h1>
<div id="interpretations_list">
<h3>Dynamic non-conformance between order and turbine:</h3>
<a href="interpretation_examples/ewolff_microservice/interpretations/order_turbine_dynamic-non_conformance.html">Click here to view the interpretation for the dynamic non-conformance between order and turbine</a>
<h3>Static non-conformance between user and eureka:</h3>
<a href="interpretation_examples/ewolff_microservice/interpretations/user_eureka_static-non_conformance.html">Click here to view the interpretation for the static non-conformance between user and eureka</a>
<h3>Static non-conformance between user and turbine:</h3>
<a href="interpretation_examples/ewolff_microservice/interpretations/user_turbine_static-non_conformance.html">Click here to view the interpretation for the static non-conformance between user and turbine</a>
</div>
</body>
</html>