Skip to content

Commit

Permalink
Merge branch 'slides/120-create-svg-diagram-to-show-hierarchical-visi…
Browse files Browse the repository at this point in the history
…bility-in-program-structure-module' into 'master'

Resolve "Create SVG diagram to show Hierarchical Visibility in Program Structure module"

Closes #120

See merge request feng/training/material!282
  • Loading branch information
frank-at-adacore committed Jan 31, 2025
2 parents 4a968a0 + f37cfa8 commit 1e1069b
Show file tree
Hide file tree
Showing 5 changed files with 1,373 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ Problem: Packages Are Not Enough
Solution: Hierarchical Library Units
--------------------------------------

.. container:: columns

.. container:: column

* Address extensibility issue

- Can extend packages with visibility to parent private part
Expand All @@ -40,9 +36,33 @@ Solution: Hierarchical Library Units

- Extensions all have the same ancestor *root* name

.. container:: column
-------------------------------
Visibility Across a Hierarchy
-------------------------------

.. container:: overlay 1

.. image:: hierarchical_visibility_1.svg
:width: 70%
:align: center

.. container:: overlay 2

.. image:: hierarchical_visibility_2.svg
:width: 70%
:align: center

.. container:: overlay 3

.. image:: hierarchical_visibility_3.svg
:width: 70%
:align: center

.. container:: overlay 4

.. image:: hierarchical_library_units.png
.. image:: hierarchical_visibility_4.svg
:width: 70%
:align: center

--------------------------
Programming by Extension
Expand Down
196 changes: 196 additions & 0 deletions images/hierarchical_visibility_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e1069b

Please sign in to comment.