Test: Difference between revisions

From ARIS
Jump to navigation Jump to search
Alberto (talk | contribs)
No edit summary
Blanca (talk | contribs)
No edit summary
Line 1: Line 1:
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='png'>
<graphviz border='frame' format='png'>
digraph FunctionalitiesDiagram {
digraph ConfigurationDiagram {
   node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]
   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]]" ]
    // Edges
    ARIS -> Requests;
  //----- Data Analysis graph
    // Nodes
    DataAnalysis [label="Data Analysis", URL="[[ARIS:Data_analysis]]" ]
    // Edges
    ARIS -> DataAnalysis;
   //----- Configuration graph
   //----- Configuration graph
     // Nodes
     // Nodes
     Configuration [label="Configuration", URL="[[ARIS:Configuration]]" ]
     Configuration [label="Configuration" ];
    // Edges
     C1_Generic [label="Generic", URL="#Generic_configuration" ];
    ARIS -> Configuration;
     C1_Technical [label="Technical", URL="#Technical_configuration" ];
  //----- System Administration graph
    // Nodes
     SystemAdministration [label="System Administration", URL="[[ARIS:System_administration]]" ]
    // Edges
    ARIS -> SystemAdministration;
  //----- System Information graph
    // Nodes
     SystemInformation [label="System Information" ]
     // Edges
     // Edges
     ARIS -> SystemInformation;
     Configuration -> C1_Generic;
 
    Configuration -> C1_Technical;
}
}
</graphviz>
</graphviz>
</div>

Revision as of 16:09, 12 March 2023