public class OWLEntityURIConverter extends Object
| Constructor and Description |
|---|
OWLEntityURIConverter(OWLOntologyManager manager,
Collection<OWLOntology> ontologies,
OWLEntityURIConverterStrategy strategy)
Creates a converter that will convert the URIs of entities in the
specified ontologies using the specified conversion strategy.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
getChanges()
Gets the changes required to perform the conversion.
|
public OWLEntityURIConverter(OWLOntologyManager manager, Collection<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.public List<OWLOntologyChange> getChanges()
Copyright © 2017 The University of Manchester. All Rights Reserved.