Class: Alf::Algebra::Generator
- Inherits:
-
Object
- Object
- Alf::Algebra::Generator
- Includes:
- NonRelational, Nullary, Operator
- Defined in:
- lib/alf-algebra/alf/algebra/operator/generator.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 NonRelational
Methods included from Nullary
Instance Method Details
#heading ⇒ Object
11 12 13 |
# File 'lib/alf-algebra/alf/algebra/operator/generator.rb', line 11 def heading @heading ||= Heading[as => Integer] end |
#keys ⇒ Object
15 16 17 |
# File 'lib/alf-algebra/alf/algebra/operator/generator.rb', line 15 def keys @keys ||= Keys[ [as] ] end |