Class: JXL::Modular::MANode
- Inherits:
-
Data
- Object
- Data
- JXL::Modular::MANode
- Defined in:
- lib/jxl/modular/ma_tree.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#multiplier ⇒ Object
readonly
Returns the value of attribute multiplier.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#predictor ⇒ Object
readonly
Returns the value of attribute predictor.
-
#property ⇒ Object
readonly
Returns the value of attribute property.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
-
#split_value ⇒ Object
readonly
Returns the value of attribute split_value.
Instance Method Summary collapse
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def context @context end |
#left ⇒ Object (readonly)
Returns the value of attribute left
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def left @left end |
#multiplier ⇒ Object (readonly)
Returns the value of attribute multiplier
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def multiplier @multiplier end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def offset @offset end |
#predictor ⇒ Object (readonly)
Returns the value of attribute predictor
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def predictor @predictor end |
#property ⇒ Object (readonly)
Returns the value of attribute property
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def property @property end |
#right ⇒ Object (readonly)
Returns the value of attribute right
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def right @right end |
#split_value ⇒ Object (readonly)
Returns the value of attribute split_value
5 6 7 |
# File 'lib/jxl/modular/ma_tree.rb', line 5 def split_value @split_value end |
Instance Method Details
#leaf? ⇒ Boolean
6 |
# File 'lib/jxl/modular/ma_tree.rb', line 6 def leaf? = property == -1 |