Adds a child of this snip. Instead of calling this method,
consider using the
add-links function.
Adds a parent of this snip. Instead of calling this
method, consider using the
add-links function.
returns a list of snips that implement
graph-snip<%>. Each of these snips will have a line
drawn from it, pointing at this snip.
Returns a list of snips that implement
graph-snip<%>. Each
of these snips will have a line drawn to it, starting from
this snip.
Removes a child snip from this snip. Be sure to remove
this snip as a parent from the argument, too.
Instead of calling this method, consider using the
remove-links function.
Removes a parent snip from this snip. Be sure to remove this
snip as a child from the argument, too.
Instead of calling this method, consider using the
remove-links function.
Changes the label on the edge going to the parent to be
label. Ignored if no such egde exists.