AMADEUS html plain
Views
Every scheme is assigned a view (class) from the set of possible ones.
The view is used to display the scheme by its methods for screen
planning and drawing.
View Sketchy
this sketch and its sub-sketch have the view Sketchy
This is the most common view and is fully supported.
The sketch comment is always shown also at the end of the sketch line.
sub-sketch
the first branch (of type "simple")
Branches are attached to their parent-sketch lines (and have no
own ``branch lines''). To specify branch type, corresponding
type-tag is shown in front of branch comment.
the second branch (of type "loop")
<======
arrow (strong)
<==========
arrow(strong, prolonged)
the third branch (of type "module")
The type-tag is omitted for a single simple branch with empty
comment. The outer sketch ("ViewSketchy") has only a single
branch and, therefore its comment ("this sketch . . .") is not prefixed
by any tag.
<----------
arrow (weak, prolonged)
View Sketchy+
Basically the same as view Sketchy but more trivial sketches
(sufficiently short, with a single branch and without sub-sketches)
are placed in one row. Arrows are shown by "^ length" (length 1
is omitted). For instance, a simple if-then-else construction
(in view Sketchy)
<======
obtains the following form
<======
in view Sketchy+.
View Boxes
this sketch and its sub-sketch have the view Boxes
This view is currently not fully supported.
Sketches as well as branches are enclosed
into rectangles of different color.
sub-sketch
the first branch (of type "simple")
To specify sketch or branch type,
corresponding border line is used.
the second branch (of type "loop")
<======
arrow (strong)
<==========
arrow(strong, prolonged)
the third branch (of type "module")
<----------
arrow (weak, prolonged)
View LaTeX
A demo view. Shows possibilities to develop base-language-biased
views. Basically the same as view Sketchy but module sketches
(for LaTeX environments definitions) are of special form.
For instance, the module (in view Skecthy)
document
obtains the following form
document
in view LaTeX.