public class OntologyUtils extends Object
| Constructor and Description |
|---|
OntologyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.semanticweb.owlapi.model.OWLOntologyID |
decode(String stringForm)
Extracts an OWL Ontology ID from its standard string form.
|
static String |
encode(org.semanticweb.owlapi.model.OWLOntologyID id)
Provides a standardized string format for an OWL Ontology ID.
|
static List<String> |
getPreferredFormats() |
static List<String> |
getPreferredSupportedFormats(Collection<String> supported) |
public static org.semanticweb.owlapi.model.OWLOntologyID decode(String stringForm)
stringForm - the string to decodeURIUtils.desanitize(IRI)public static String encode(org.semanticweb.owlapi.model.OWLOntologyID id)
id - the OWL ontology ID to encodeURIUtils.sanitize(IRI)public static List<String> getPreferredSupportedFormats(Collection<String> supported)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.