Package org.semanticweb.owlapi.util
Interface IRIShortFormProvider
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPrefixManager
,OntologyIRIShortFormProvider
,SimpleIRIShortFormProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A short form provider that produces short forms for URIs.
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
-
Method Details
-
getShortForm
- Parameters:
iri
- the IRI to shorten- Returns:
- the short form
-