Navigation
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.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.