Requests: Difference between revisions

From ARIS
Jump to navigation Jump to search
Blanca (talk | contribs)
No edit summary
Blanca (talk | contribs)
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

Create

Change information

Deliver samples

Introduce results

Validate results

Search historic