Package org.semanticweb.owlapi.util
Interface AxiomAppearance
- 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 for checking if an axiom appears as annotated source multiple
times. This requires an id to be emitted.
-
Method Summary
-
Method Details
-
appearsMultipleTimes
- Parameters:
ax
- an axiom- Returns:
- true if ax appears more than once as annotated source.
-