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