public class AnnotationValueShortFormProvider extends Object implements ShortFormProvider
| Constructor and Description |
|---|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs an annotation value short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLAnnotationProperty> |
getAnnotationProperties() |
Map<OWLAnnotationProperty,List<String>> |
getPreferredLanguageMap() |
String |
getShortForm(OWLEntity entity)
Gets the short form for the specified entity.
|
void |
setLiteralRenderer(StringAnnotationVisitor literalRenderer) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisposepublic AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties, Map<OWLAnnotationProperty,List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider)
SimpleShortFormProvider as the alternate short form providerannotationProperties - A List of preferred annotation properties. The list is
searched from start to end, so that annotations that have a
property at the start of the list have a higher priority and are
selected over annotations with properties that appear towards or
at the end of the list.preferredLanguageMap - A map which maps annotation properties to preferred languages. For
any given annotation property there may be a list of preferred
languages. Languages at the start of the list have a higher
priority over languages at the end of the list. This parameter may
be empty but it must not be null.ontologySetProvider - An OWLOntologySetProvider which provides a set of ontology
from which candidate annotation axioms should be taken. For a
given entity, all ontologies are examined.public AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties, Map<OWLAnnotationProperty,List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider)
annotationProperties - A List of preferred annotation properties. The list is
searched from start to end, so that annotations that have a
property at the start of the list have a higher priority and are
selected over annotations with properties that appear towards or
at the end of the list.preferredLanguageMap - A map which maps annotation properties to preferred languages. For
any given annotation property there may be a list of preferred
languages. Languages at the start of the list have a higher
priority over languages at the end of the list. This parameter may
be empty but it must not be null.ontologySetProvider - An OWLOntologySetProvider which provides a set of ontology
from which candidate annotation axioms should be taken. For a
given entity, all ontologies are examined.alternateShortFormProvider - A short form provider which will be used to generate the short
form for an entity that does not have any annotations. This
provider will also be used in the case where the value of an
annotation is an OWLIndividual for providing the short
form of the individual.public AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider, IRIShortFormProvider alternateIRIShortFormProvider, List<OWLAnnotationProperty> annotationProperties, Map<OWLAnnotationProperty,List<String>> preferredLanguageMap)
ontologySetProvider - ontologiesalternateShortFormProvider - short form provideralternateIRIShortFormProvider - iri short form providerannotationProperties - annotation propertiespreferredLanguageMap - preferred language mappublic String getShortForm(OWLEntity entity)
ShortFormProvidergetShortForm in interface ShortFormProviderentity - The entity.public List<OWLAnnotationProperty> getAnnotationProperties()
public Map<OWLAnnotationProperty,List<String>> getPreferredLanguageMap()
public void setLiteralRenderer(StringAnnotationVisitor literalRenderer)
literalRenderer - the literalRenderer to setCopyright © 2017 The University of Manchester. All Rights Reserved.