Trait rdftk_core::data_set::MutableDataSet[][src]

pub trait MutableDataSet<G>: DataSet<G> where
    G: Graph
{ fn set_default_graph(&mut self, graph: G);
fn unset_default_graph(&mut self);
fn insert_graph(&mut self, name: GraphName, graph: G);
fn remove_graph(&mut self, name: &GraphName); }

Required methods

fn set_default_graph(&mut self, graph: G)[src]

fn unset_default_graph(&mut self)[src]

fn insert_graph(&mut self, name: GraphName, graph: G)[src]

fn remove_graph(&mut self, name: &GraphName)[src]

Loading content...

Implementors

Loading content...