Handbook
Glossary
=id ( 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#:
=id
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
edge-attributes
=id
present
>>id
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
edge
=id
present
over
attributes>>
id<<
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
graph-attributes
=id
present
>>id
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
graph
=id
<graph-attributes>
swap
present
>>id
add
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
node-attributes
=id
present
>>id
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=id
present
over
attributes>>
id<<
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
subgraph
=id
<graph-attributes>
swap
present
>>id
add
;