| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ToStringRenderer.setShortFormProvider(ShortFormProvider provider) |
void |
OWLObjectRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)
Sets the short form provider, which determines the short form
that should be used for entities.
|
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationValueShortFormProvider
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 A short form provider that generates short forms based on entity annotation values. |
class |
BidirectionalShortFormProviderAdapter
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 A bidirectional short form provider which uses a specified short form provider to generate the bidirectional entity--shortform mappings. |
class |
CachingBidirectionalShortFormProvider
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 A bidirectional short form provider that caches entity short forms. |
class |
DefaultPrefixManager
Author: Matthew Horridge
The University Of Manchester Information Management Group Date: 10-Sep-2008 |
class |
PropertyAssertionValueShortFormProvider
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 17-Jun-2007 A short form provider that generates short forms from the values of object property assertions or data property assertions if the entity is an individual. |
class |
QNameShortFormProvider
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 A short form provider which creates QNames for entities |
class |
SimpleShortFormProvider
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 A very simple short form provider which is intended to provide human readable display names for entities. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRenderer.setShortFormProvider(ShortFormProvider shortFormProvider) |
| Constructor and Description |
|---|
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)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLAnnotationValueVisitorEx<String> literalRenderer) |
BidirectionalShortFormProviderAdapter(OWLOntologyManager man,
Set<OWLOntology> ontologies,
ShortFormProvider shortFormProvider)
Creates a BidirectionalShortFormProvider that maps between the entities
that are referenced in the specified ontologies and the shortforms of
these entities.
|
BidirectionalShortFormProviderAdapter(Set<OWLOntology> ontologies,
ShortFormProvider shortFormProvider)
Creates a BidirectionalShortFormProvider that maps between the entities
that are referenced in the specified ontologies and the shortforms of
these entities.
|
BidirectionalShortFormProviderAdapter(ShortFormProvider shortFormProvider) |
OWLEntityComparator(ShortFormProvider shortFormProvider)
Constructs an entity comparator which uses the specified short form
provider
|
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression<?,?>> properties,
Map<OWLDataPropertyExpression,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs a property value short form provider.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.