Class: Alf::Algebra::Generator
- Inherits:
-
Object
- Object
- Alf::Algebra::Generator
- Includes:
- NonRelational, Nullary, Operator
- Defined in:
- lib/alf/algebra/operator/generator.rb
Instance Attribute Summary
Attributes included from Operator
Instance Method Summary collapse
Methods included from Nullary
Methods included from NonRelational
Methods included from Support::Registry
#each, #listen, #listeners, #register, #registered
Methods included from Operator
#==, #dup, #hash, included, #initialize, #signature, #to_cog, #to_lispy, #to_relvar, #to_s, #type_check, #with_operands
Methods included from TypeCheck
#joinable_headings!, #no_name_clash!, #same_heading!, #type_check_error!, #valid_ordering!
Methods included from Operand
#attr_list, coerce, #resulting_type, #to_ascii_tree, #to_cog, #to_relation, #type_check
Instance Method Details
#heading ⇒ Object
13 14 15 |
# File 'lib/alf/algebra/operator/generator.rb', line 13 def heading @heading ||= Heading[as => Integer] end |
#keys ⇒ Object
17 18 19 |
# File 'lib/alf/algebra/operator/generator.rb', line 17 def keys @keys ||= Keys[ [as] ] end |