Class: Axn::Internal::SubfieldTree::ResolutionResult

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#deep_pathsObject (readonly)

Returns the value of attribute deep_paths

Returns:

  • (Object)

    the current value of deep_paths



46
47
48
# File 'lib/axn/internal/subfield_tree.rb', line 46

def deep_paths
  @deep_paths
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



46
47
48
# File 'lib/axn/internal/subfield_tree.rb', line 46

def index
  @index
end

#rootsObject (readonly)

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



46
47
48
# File 'lib/axn/internal/subfield_tree.rb', line 46

def roots
  @roots
end