| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owl.util.OWLEntityURIConverter
public class OWLEntityURIConverter
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 25-Nov-2007
 Performs a bulk conversion/translation of entity URIs.  This utility class
 can be used to replace entity names with IDs for example.  The
 entity converter is supplied with a set of ontologies and a conversion
 strategy.  All of the entities that are referenced in the specified
 ontologies will have their URIs converted according the specified conversion
 strategy.
| Constructor Summary | |
|---|---|
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.  | 
|
| Method Summary | |
|---|---|
 java.util.List<OWLOntologyChange> | 
getChanges()
Gets the changes required to perform the conversion.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OWLEntityURIConverter(OWLOntologyManager manager,
                             java.util.Set<OWLOntology> ontologies,
                             OWLEntityURIConverterStrategy strategy)
manager - The manager which managers the specified ontologies.ontologies - The ontologies whose entity URIs will be convertedstrategy - The conversion strategy to be used.| Method Detail | 
|---|
public java.util.List<OWLOntologyChange> getChanges()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||