Trait horned_owl::model::Kinded[][src]

pub trait Kinded {
    fn kind(&self) -> AxiomKind;
}

An interface providing access to the AxiomKind

An OWL ontology consists of a set of axioms of one of many different kinds. These axioms all return an variant instance of the AxiomKind enum. This is used in the API mostly to retrieve instances of a certain kind.

Required Methods

Implementors