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

Packages that use OWLEntityURIConverterStrategy
org.semanticweb.owl.util   
 

Uses of OWLEntityURIConverterStrategy in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util that implement OWLEntityURIConverterStrategy
 class OWLEntityTinyURIConversionStrategy
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007

Provides an entity URI conversion strategy which converts entity URIs to a common base and alpha-numeric fragment.
 class OWLEntityURIUnderscores2CamelBackConverterStrategy
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007

Converts the entity URI fragment or last path element if the fragment is not present to Camel Case.
 

Constructors in org.semanticweb.owl.util with parameters of type OWLEntityURIConverterStrategy
OWLEntityURIConverter(OWLOntologyManager manager, java.util.Set<OWLOntology> ontologies, OWLEntityURIConverterStrategy strategy)
          Creates a converter that will convert the URIs of entities in the specified ontologies using the specified conversion strategy.