[][src]Module horned_owl::ontology::set

Rapid, simple, in-memory Ontology and OntologyIndex

Structs

SetIndex

An OntologyIndex implemented over an in-memory HashSet. When combined with an IndexedOntology this should be nearly as fastest as SetOntology.

SetIntoIter

An owning iterator over the annotated axioms of an Ontology.

SetIter

An Interator for SetOntology

SetOntology

An Ontology backed by a set. This should be the fastest and least overhead implementation of an ontology. It provides rapid testing of whether an equivalent axiom exists, and is iterable.