Test: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='png'> digraph FunctionalitiesDiagram { node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] //----- Main graph // Nodes ARIS [label="ARIS"] //----- Patients graph // Nodes Patients [label="Patients", URL="ARIS:Patients" ] // Edges ARIS -> Patients //----- Requests graph // Nodes Requests [label="Requests", URL="ARIS:Requests" ]..." |
No edit summary |
||
Line 1: | Line 1: | ||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
digraph FunctionalitiesDiagram { | digraph FunctionalitiesDiagram { | ||
Line 38: | Line 37: | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 15:48, 12 March 2023
