Requests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
digraph FunctionalitiesDiagram { | digraph FunctionalitiesDiagram { | ||
node [shape=rectangle style=rounded fontsize="7pt"] | node [shape=rectangle style=rounded fontsize="7pt"]; | ||
edge [fontsize="7pt"] | edge [fontsize="7pt"]; | ||
//----- Main graph | //----- Main graph | ||
// Nodes | // Nodes | ||
Line 29: | Line 29: | ||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
digraph FunctionalitiesDiagram { | digraph FunctionalitiesDiagram { | ||
node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] | node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | ||
//----- Requests graph | //----- Requests graph | ||
// Nodes | // Nodes | ||
Line 59: | Line 59: | ||
Requests -> SearchHistoric; | Requests -> SearchHistoric; | ||
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults} | { rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults} | ||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 16:58, 12 March 2023


UNDER CONSTRUCTION