public abstract class CachingBidirectionalShortFormProvider extends Object implements BidirectionalShortFormProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | add(OWLEntity entity)Adds an entity to the cache. | 
| void | dispose()Disposes of the short form provider. | 
| 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. | 
| String | getShortForm(OWLEntity entity)Gets the short form for the specified entity. | 
| Set<String> | getShortForms()Gets all of the short forms that are mapped to entities. | 
public Set<String> getShortForms()
BidirectionalShortFormProvidergetShortForms in interface BidirectionalShortFormProviderpublic void add(@Nonnull OWLEntity entity)
entity - The entity to be added to the cache - the short form will automatically be
        generated and added to the cache.public Set<OWLEntity> getEntities(String shortForm)
BidirectionalShortFormProvidergetEntities in interface BidirectionalShortFormProvidershortForm - The short form of the entities that will be retrieved.@Nullable public OWLEntity getEntity(String shortForm)
BidirectionalShortFormProvidergetEntity in interface BidirectionalShortFormProvidershortForm - 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.public String getShortForm(OWLEntity entity)
ShortFormProvidergetShortForm in interface ShortFormProviderentity - The entity.public void dispose()
ShortFormProviderdispose in interface ShortFormProviderCopyright © 2020 The University of Manchester. All rights reserved.