Class: Axn::Internal::SubfieldTree::ResolutionResult
- Inherits:
-
Data
- Object
- Data
- Axn::Internal::SubfieldTree::ResolutionResult
- Defined in:
- lib/axn/internal/subfield_tree.rb
Overview
The finished build: per-root node trees, the deep [config, hops] pairs whose representability is
the reflection layer's to judge, and the per-config ResolvedPath index. (Named to be unmistakable
next to the public Axn::Result.)
Instance Attribute Summary collapse
-
#deep_paths ⇒ Object
readonly
Returns the value of attribute deep_paths.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#roots ⇒ Object
readonly
Returns the value of attribute roots.
Instance Attribute Details
#deep_paths ⇒ Object (readonly)
Returns the value of attribute deep_paths
46 47 48 |
# File 'lib/axn/internal/subfield_tree.rb', line 46 def deep_paths @deep_paths end |
#index ⇒ Object (readonly)
Returns the value of attribute index
46 47 48 |
# File 'lib/axn/internal/subfield_tree.rb', line 46 def index @index end |
#roots ⇒ Object (readonly)
Returns the value of attribute roots
46 47 48 |
# File 'lib/axn/internal/subfield_tree.rb', line 46 def roots @roots end |