Class: Bio::Velvet::Underground::Graph::ArcArray

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-velvet_underground/graph.rb

Overview

TODO: this class is currently unimplemented.

Instance Method Summary collapse

Constructor Details

#initialize(graph_struct) ⇒ ArcArray

Returns a new instance of ArcArray.



149
150
151
# File 'lib/bio-velvet_underground/graph.rb', line 149

def initialize(graph_struct)
  @internal_graph_struct = graph_struct
end

Instance Method Details

#get_arcs_by_node_id(node_id1, node_id2 = nil) ⇒ Object



153
154
155
# File 'lib/bio-velvet_underground/graph.rb', line 153

def get_arcs_by_node_id(node_id1, node_id2=nil)
  raise
end