Uses of Interface
org.semanticweb.owl.util.ShortFormProvider

Packages that use ShortFormProvider
org.coode.owl.latex   
org.semanticweb.owl.io   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of ShortFormProvider in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type ShortFormProvider
 void LatexOWLObjectRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)
           
 void LatexObjectVisitor.setShortFormProvider(ShortFormProvider shortFormProvder)
           
 

Uses of ShortFormProvider in org.semanticweb.owl.io
 

Methods in org.semanticweb.owl.io with parameters of type ShortFormProvider
 void OWLObjectRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)
          Sets the short form provider, which determines the short form that should be used for entities.
 

Uses of ShortFormProvider in org.semanticweb.owl.util
 

Subinterfaces of ShortFormProvider in org.semanticweb.owl.util
 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.
 

Classes in org.semanticweb.owl.util that implement ShortFormProvider
 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 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.

 

Methods in org.semanticweb.owl.util with parameters of type ShortFormProvider
 void SimpleRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)
           
 

Constructors in org.semanticweb.owl.util with parameters of type ShortFormProvider
AnnotationValueShortFormProvider(java.util.List<java.net.URI> annotationURIs, java.util.Map<java.net.URI,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider)
          Constructs an annotation short form provider.
BidirectionalShortFormProviderAdapter(OWLOntologyManager man, java.util.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(java.util.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)
           
OWLDescriptionComparator.CoarseGrainedDescriptionComparator(ShortFormProvider shortFormProvider)
           
OWLDescriptionComparator.OWLPropertyExpressionComparator(ShortFormProvider shortFormProvider)
           
OWLDescriptionComparator(ShortFormProvider shortFormProvider)
           
OWLEntityComparator(ShortFormProvider shortFormProvider)
          Constructs an entity comparator which uses the specified short form provider
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties, java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider)
          Constructs a property value short form provider.
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, java.net.URI annotationURI)
           
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, java.net.URI annotationURI, java.lang.String languageTag)
           
 

Uses of ShortFormProvider in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type ShortFormProvider
 void DLSyntaxObjectRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)
           
 

Uses of ShortFormProvider in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type ShortFormProvider
 void ManchesterOWLSyntaxOWLObjectRendererImpl.setShortFormProvider(ShortFormProvider shortFormProvider)
           
 void AbstractRenderer.setShortFormProvider(ShortFormProvider shortFormProvider)