Class: ConceptQL::GraphNodifier::RecallNode

Inherits:
DotNode show all
Defined in:
lib/conceptql/graph_nodifier.rb

Constant Summary

Constants inherited from DotNode

DotNode::TYPES

Constants included from Behaviors::Dottable

Behaviors::Dottable::TYPE_COLORS

Constants inherited from Nodes::Node

Nodes::Node::COLUMNS

Instance Attribute Summary

Attributes inherited from DotNode

#values

Attributes inherited from Nodes::Node

#values

Instance Method Summary collapse

Methods inherited from DotNode

#display_name, #initialize, #types

Methods included from Behaviors::Dottable

#display_name, #graph_it, #graph_node, #link_to, #my_count, #my_n, #node_name, #type_color

Methods inherited from Nodes::Node

#arguments, #children, #columns, #evaluate, #initialize, #select_it, #sql, #stream, #types

Constructor Details

This class inherits a constructor from ConceptQL::GraphNodifier::DotNode

Instance Method Details

#shapeObject



135
136
137
# File 'lib/conceptql/graph_nodifier.rb', line 135

def shape
  :cds
end