| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BidirectionalShortFormProvider
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 18-Apr-2007
 A short form provider which is capable of translating back and forth
 between entities and their short forms.
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from interface org.semanticweb.owlapi.util.ShortFormProvider | 
|---|
| dispose, getShortForm | 
| Method Detail | 
|---|
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()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||