Package org.semanticweb.owlapi.model
Interface HasContainsAxiom
- All Known Subinterfaces:
OWLAxiomCollection
,OWLAxiomCollectionBooleanArgs
,OWLMutableOntology
,OWLOntology
- All Known Implementing Classes:
AtomicDecomposition.Atom
,ConcurrentOWLOntologyImpl
,OWLImmutableOntologyImpl
,OWLOntologyImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface to an object that contains axioms.
- Since:
- 3.4.6
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAxiom
(OWLAxiom axiom) Determines whether or not this object contains a particularOWLAxiom
.