[][src]Trait rdftk_skos::simple::Propertied

pub trait Propertied {
    fn add_property(&mut self, property: LiteralProperty);
fn properties(&self) -> &Vec<LiteralProperty>; fn has_property(&self, predicate: &IRIRef) -> bool { ... }
fn has_properties(&self) -> bool { ... }
fn define(&mut self, text: &str, language: &str) -> &mut Self { ... }
fn notation(&mut self, notation: &str) -> &mut Self { ... }
fn copyright(&mut self, publisher: &str, rights: &str) -> &mut Self { ... } }

Required methods

fn add_property(&mut self, property: LiteralProperty)

fn properties(&self) -> &Vec<LiteralProperty>

Loading content...

Provided methods

fn has_property(&self, predicate: &IRIRef) -> bool

fn has_properties(&self) -> bool

fn define(&mut self, text: &str, language: &str) -> &mut Self

fn notation(&mut self, notation: &str) -> &mut Self

fn copyright(&mut self, publisher: &str, rights: &str) -> &mut Self

Loading content...

Implementors

impl Propertied for Collection[src]

impl Propertied for Concept[src]

impl Propertied for Scheme[src]

Loading content...