Navigation
Name
Rascal
/
Libraries
/
Vis
/
Figure
/
Figures
/
edge
Synopsis
An edge in a graph.
Function
Edge edge(str from, str to, FProperty props...)
Description
An edge connects nodes in
graph
s. The arguments
from
and
to
are node
id
s.
Applicable properties are:
fromArrow
toArrow
Examples
See
graph
.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
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
.