Handbook
Glossary
=samplepoints ( graphviz-obj val -- graphviz-obj' )
Vocabulary
graphviz
.
notation
Inputs
graphviz-obj
an
object
val
an
object
Outputs
graphviz-obj'
an
object
Definition
IN:
graphviz.notation
GENERIC#:
=samplepoints
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
node-attributes
=samplepoints
present
>>samplepoints
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=samplepoints
present
over
attributes>>
samplepoints<<
;