Class: ConceptQL::GraphNodifier::DefineOperator
- Inherits:
-
DotOperator
- Object
- Operators::Operator
- DotOperator
- ConceptQL::GraphNodifier::DefineOperator
- Defined in:
- lib/conceptql/graph_nodifier.rb
Constant Summary
Constants inherited from DotOperator
ConceptQL::GraphNodifier::DotOperator::TYPES
Constants included from Behaviors::Dottable
Behaviors::Dottable::TYPE_COLORS
Constants inherited from Operators::Operator
Instance Attribute Summary
Attributes inherited from DotOperator
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
#shape ⇒ Object
152 153 154 |
# File 'lib/conceptql/graph_nodifier.rb', line 152 def shape :cds end |