public interface BidirectionalShortFormProvider extends ShortFormProvider
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
getEntities(String shortForm)
For a given short form this method obtains the entities
which have this short form.
|
OWLEntity |
getEntity(String shortForm)
A convenience method which gets an entity from its short form.
|
Set<String> |
getShortForms()
Gets all of the short forms that are mapped to entities.
|
dispose, getShortFormSet<OWLEntity> getEntities(String shortForm)
shortForm - The short form of the entities that will
be retrieved.OWLEntity getEntity(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.Copyright © 2013 The University of Manchester. All Rights Reserved.