Method: RoadForest::Interface::RDF#update

Defined in:
lib/roadforest/interface/rdf.rb

#update(graph) ⇒ Object



84
85
86
87
88
# File 'lib/roadforest/interface/rdf.rb', line 84

def update(graph)
  start_focus(graph) do |focus|
    graph_update(focus)
  end
end