class GraphViz::Node

Defined in:

graphviz/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node_id : String, parent_graph : GraphViz) #

[View source]

Instance Method Detail

def <(node) #

[View source]
def <<(node) #

Create an edge between the current node and the node +node+


[View source]
def >>(node) #

[View source]
def [](attr_name : String | Symbol) #

[View source]
def []=(attr_name : String | Symbol, attr_value) #

[View source]
def each_attribute(global = true, &) #

[View source]
def id #

[View source]
def incidents : Set(GraphViz::Node) #

[View source]
def neighbors : Set(GraphViz::Node) #

[View source]
def parent_graph : GraphViz #

[View source]
def root_graph #

[View source]
def set(&) #

[View source]
def to_gv(io) #

[View source]