Class: Alf::Algebra::NotMatching
- Inherits:
-
Object
- Object
- Alf::Algebra::NotMatching
- Includes:
- Binary, Operator, Relational
- Defined in:
- lib/alf-algebra/alf/algebra/operator/not_matching.rb
Instance Attribute Summary
Attributes included from Operator
Attributes included from Support::Bindable
Instance Method Summary collapse
Methods included from Operator
#==, #bind, #dup, included, #initialize, #signature, #to_lispy, #to_relvar, #with_operands
Methods included from Support::Registry
#each, #listen, #listeners, #register, #registered
Methods included from Operand
#attr_list, coerce, #to_cog, #to_dot, #to_relation
Methods included from Support::Bindable
Methods included from Relational
Methods included from Binary
#common_attributes, #common_heading, included, #left, #right, #with_left, #with_right
Instance Method Details
#heading ⇒ Object
9 10 11 |
# File 'lib/alf-algebra/alf/algebra/operator/not_matching.rb', line 9 def heading @heading ||= left.heading end |
#keys ⇒ Object
13 14 15 |
# File 'lib/alf-algebra/alf/algebra/operator/not_matching.rb', line 13 def keys @keys ||= left.keys end |