public interface BidirectionalShortFormProvider extends ShortFormProvider
Modifier and Type | Method and Description |
---|---|
java.util.Set<OWLEntity> |
getEntities(java.lang.String shortForm)
For a given short form this method obtains the entities
which have this short form.
|
OWLEntity |
getEntity(java.lang.String shortForm)
A convenience method which gets an entity from its short form.
|
java.util.Set<java.lang.String> |
getShortForms()
Gets all of the short forms that are mapped to entities.
|
dispose, getShortForm
java.util.Set<OWLEntity> getEntities(java.lang.String shortForm)
shortForm
- The short form of the entities that will
be retrieved.OWLEntity getEntity(java.lang.String shortForm)
shortForm
- The short form of the entity.null
if there
is no entity which has the specified short form. If the specified
short form corresponds to more than one entity then an entity will
be chosen by the implementation of the short form provider.java.util.Set<java.lang.String> getShortForms()