Package org.semanticweb.owlapi.model
Interface ByName<T>
- Type Parameters:
T
- type for the interface
- All Known Implementing Classes:
MissingImportHandlingStrategy
,MissingOntologyHeaderStrategy
,PriorityCollectionSorting
- 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 things that have an exact mapping by name. This interface
exists to allow enumerations to be used easily in ConfigurationOptions.
-
Method Summary
-
Method Details
-
byName
- Parameters:
name
- the name to map to an object- Returns:
- the object associated with name
-