Class: Kumi::Core::Functions::FunctionSpec
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Functions::FunctionSpec
- Defined in:
- lib/kumi/core/functions/function_spec.rb
Overview
Minimal function specification for NAST dimensional analysis
Instance Attribute Summary collapse
-
#constraint_semantics ⇒ Object
Returns the value of attribute constraint_semantics.
-
#dtype_rule ⇒ Object
Returns the value of attribute dtype_rule.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#parameter_names ⇒ Object
Returns the value of attribute parameter_names.
Instance Attribute Details
#constraint_semantics ⇒ Object
Returns the value of attribute constraint_semantics
7 8 9 |
# File 'lib/kumi/core/functions/function_spec.rb', line 7 def constraint_semantics @constraint_semantics end |
#dtype_rule ⇒ Object
Returns the value of attribute dtype_rule
7 8 9 |
# File 'lib/kumi/core/functions/function_spec.rb', line 7 def dtype_rule @dtype_rule end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/kumi/core/functions/function_spec.rb', line 7 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/kumi/core/functions/function_spec.rb', line 7 def kind @kind end |
#parameter_names ⇒ Object
Returns the value of attribute parameter_names
7 8 9 |
# File 'lib/kumi/core/functions/function_spec.rb', line 7 def parameter_names @parameter_names end |