Synopsis Define the orientation of a
tree or
graph.
Types data Orientation =
leftRight()
| rightLeft()
| topDown()
| downTop();
Function FProperty orientation(Orientation o)
Description Describes the orientation of a
graph or a
tree. Possible values are described by
the datatype
orientation
.