Package org.semanticweb.owlapi.util
Interface IndividualAppearance
- All Known Implementing Classes:
OWLAnonymousIndividualsWithMultipleOccurrences
- 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 anonymous individual is references multiple
times as object of a statement. This requires an id to be emitted.
-
Method Summary
-
Method Details
-
appearsMultipleTimes
- Parameters:
i
- an anonymous individual- Returns:
- true if i appears more than once as object.
-