Class: Bio::AssemblyGraphAlgorithms::HeightFinder::TraversalNode

Inherits:
Object
  • Object
show all
Defined in:
lib/assembly/height_finder.rb

Direct Known Subclasses

CyclicTraversalNode

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height.



163
164
165
# File 'lib/assembly/height_finder.rb', line 163

def height
  @height
end

#nodes_inObject

Returns the value of attribute nodes_in.



163
164
165
# File 'lib/assembly/height_finder.rb', line 163

def nodes_in
  @nodes_in
end

#nodes_outObject

Returns the value of attribute nodes_out.



163
164
165
# File 'lib/assembly/height_finder.rb', line 163

def nodes_out
  @nodes_out
end

#onodeObject

Returns the value of attribute onode.



163
164
165
# File 'lib/assembly/height_finder.rb', line 163

def onode
  @onode
end

Instance Method Details

#describeObject



165
166
167
# File 'lib/assembly/height_finder.rb', line 165

def describe
  @onode.to_shorthand
end

#node_idObject



169
170
171
# File 'lib/assembly/height_finder.rb', line 169

def node_id
  @onode.node_id
end