Class: PEROBS::BTreeNode::Stats
- Inherits:
-
Struct
- Object
- Struct
- PEROBS::BTreeNode::Stats
- Defined in:
- lib/perobs/BTreeNode.rb
Instance Attribute Summary collapse
-
#branch_depth ⇒ Object
Returns the value of attribute branch_depth.
-
#leave_nodes ⇒ Object
Returns the value of attribute leave_nodes.
-
#leaves ⇒ Object
Returns the value of attribute leaves.
-
#nodes_count ⇒ Object
Returns the value of attribute nodes_count.
Instance Attribute Details
#branch_depth ⇒ Object
Returns the value of attribute branch_depth
42 43 44 |
# File 'lib/perobs/BTreeNode.rb', line 42 def branch_depth @branch_depth end |
#leave_nodes ⇒ Object
Returns the value of attribute leave_nodes
42 43 44 |
# File 'lib/perobs/BTreeNode.rb', line 42 def leave_nodes @leave_nodes end |
#leaves ⇒ Object
Returns the value of attribute leaves
42 43 44 |
# File 'lib/perobs/BTreeNode.rb', line 42 def leaves @leaves end |
#nodes_count ⇒ Object
Returns the value of attribute nodes_count
42 43 44 |
# File 'lib/perobs/BTreeNode.rb', line 42 def nodes_count @nodes_count end |