Class: ConceptQL::GraphNodifier::RecallOperator

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

Constant Summary

Constants inherited from DotOperator

DotOperator::TYPES

Constants included from Behaviors::Dottable

Behaviors::Dottable::TYPE_COLORS

Constants inherited from Operators::Operator

Operators::Operator::COLUMNS

Instance Attribute Summary

Attributes inherited from DotOperator

#values

Attributes inherited from Operators::Operator

#arguments, #options, #upstreams, #values

Instance Method Summary collapse

Methods inherited from DotOperator

#display_name, #initialize, #types

Methods included from Behaviors::Dottable

#display_name, #graph_it, #graph_operator, #link_to, #my_count, #my_n, #operator_name, #operator_number, #reset_operator_number, #type_color

Methods inherited from Operators::Operator

#columns, #evaluate, #initialize, #label, #select_it, #set_values, #sql, #stream, #types

Methods included from Metadatable

#allows_many_upstreams, #allows_one_upstream, #argument, #category, #desc, #humanized_class_name, #inherited, #just_class_name, #option, #predominant_types, #preferred_name, #reset_categories, #to_metadata, #types

Constructor Details

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

Instance Method Details

#shapeObject



158
159
160
# File 'lib/conceptql/graph_nodifier.rb', line 158

def shape
  :cds
end