Requests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:ARIS:Requests]] | [[Category:ARIS:Requests]] | ||
<graphviz border='frame' format='svg'> | <graphviz border='frame' format='svg'> | ||
digraph | digraph StatesDiagram { | ||
node [shape=rectangle style=rounded fontsize="7pt"]; | node [shape=rectangle style=rounded fontsize="7pt"]; | ||
edge [fontsize="7pt"]; | edge [fontsize="7pt"]; | ||
Line 31: | Line 31: | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | <div style="float:right; margin: 0px 0px 0px 0px"> | ||
<graphviz border='frame' format='svg'> | <graphviz border='frame' format='svg'> | ||
digraph | digraph RequestsDiagram { | ||
node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | ||
//edge [minlen=2]; | //edge [minlen=2]; |
Revision as of 19:12, 12 March 2023
UNDER CONSTRUCTION