Interface InverseProvider
- All Known Subinterfaces:
OWLDataFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Inverse object provider.
-
Method Summary
Modifier and TypeMethodDescriptiongetOWLObjectInverseOf
(OWLObjectProperty property) Gets the inverse of an object property.
-
Method Details
-
getOWLObjectInverseOf
Gets the inverse of an object property.- Parameters:
property
- The property of which the inverse will be returned- Returns:
- The inverse of the specified object property
-