graphviz vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
Graphviz

Meta-data
Platforms:unix


Words

Tuple classes
ClassSuperclassSlots
edge tupletail head attributes
graph tupleid strict? directed? statements
node tupleid attributes
subgraph tupleid statements


Ordinary words
WordStack effect
<anon>( -- subgraph )
<cluster>( id -- subgraph )
<digraph>( -- graph )
<edge>( tail head -- edge )
<graph>( -- graph )
<node>( id -- node )
<strict-digraph>( -- graph )
<strict-graph>( -- graph )
<subgraph>( id -- subgraph )
add( graph statement -- graph' )
add-edge( graph tail head -- graph' )
add-node( graph id -- graph' )
add-nodes( graph nodes -- graph' )
add-path( graph nodes -- graph' )


Class predicate words
WordStack effect
edge?( object -- ? )
graph?( object -- ? )
node?( object -- ? )
subgraph?( object -- ? )


Files
resource:extra/graphviz/graphviz.factor
resource:extra/graphviz/graphviz-docs.factor
resource:extra/graphviz/graphviz-tests.factor


Children from resource:extra
VocabularySummary
graphviz.attributesgraphviz.attributes vocabulary
graphviz.buildergraphviz.builder vocabulary
graphviz.ffigraphviz.ffi vocabulary
graphviz.gallerygraphviz.gallery vocabulary
graphviz.notationgraphviz.notation vocabulary
graphviz.rendergraphviz.render vocabulary


Children
VocabularySummary
graphviz.privategraphviz.private vocabulary