packages feed

dataflow-0.7.3.0: examples/legend.html

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Legend</title>

  <style>
  li h2 {
    font-size: 125%;
  }
  ul ul {
    list-style-type: upper-roman;
  }
  </style>
</head>
<body>
<h1>Legend</h1>


<img src="./legend.dfd.png">
<a href="./legend.seq.png">Sequence Diagram</a>

<ol>
  <li>
        <h2>Operation 1</h2>
    
    <ul>
          <li>Data</li>
        </ul>

      </li>
  <li>
        <h2>Operation 2</h2>
    
    <ul>
          <li>Data</li>
        </ul>

      </li>
  <li>
        <h2>Operation 3</h2>
    
    <ul>
          <li>Some data</li>
          <li>Other data</li>
        </ul>

      </li>
</ol>

<h2>Threats</h2>

<ul>
</ul>

</body>
</html>