Method: RoadForest::RDFModel#new_graph
- Defined in:
- lib/roadforest/model.rb
#new_graph ⇒ Object
202 203 204 205 206 207 |
# File 'lib/roadforest/model.rb', line 202 def new_graph graph = ::RDF::Graph.new focus = start_focus(graph, my_url) fill_graph(focus) self.response_data = graph end |