public class AxiomSelector extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static List<OWLAxiom> | selectAxioms(OWLOntology o) | 
| static List<OWLAxiom> | selectAxioms(OWLOntology o,
            boolean excludeAssertions) | 
| static List<AxiomWrapper> | wrap(List<OWLAxiom> o) | 
public static List<OWLAxiom> selectAxioms(OWLOntology o)
o - the ontology to filterpublic static List<OWLAxiom> selectAxioms(OWLOntology o, boolean excludeAssertions)
o - the ontology to filterexcludeAssertions - true if assertions should be excludedpublic static List<AxiomWrapper> wrap(List<OWLAxiom> o)
o - axioms to wrapCopyright © 2020 The University of Manchester. All rights reserved.