public class IdStringManager extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IdStringManager.AnnotationShorthand |
Constructor and Description |
---|
IdStringManager() |
Modifier and Type | Method and Description |
---|---|
static String |
getId(org.semanticweb.owlapi.model.IRI iri) |
static String |
getId(org.semanticweb.owlapi.model.OWLNamedObject i,
OWLGraphWrapper graph) |
static org.semanticweb.owlapi.model.IRI |
getIRI(String id)
Inverse method to
getId(org.semanticweb.owlapi.model.OWLNamedObject, owltools.graph.OWLGraphWrapper) for IRIs only! |
static org.semanticweb.owlapi.model.IRI |
getIRI(String id,
OWLGraphWrapper graph)
|
public static String getId(org.semanticweb.owlapi.model.OWLNamedObject i, OWLGraphWrapper graph)
i
- graph
- getIRI(java.lang.String, owltools.graph.OWLGraphWrapper)
public static String getId(org.semanticweb.owlapi.model.IRI iri)
iri
- public static org.semanticweb.owlapi.model.IRI getIRI(String id, OWLGraphWrapper graph)
getId(org.semanticweb.owlapi.model.OWLNamedObject, owltools.graph.OWLGraphWrapper)
id
- graph
- getId(org.semanticweb.owlapi.model.OWLNamedObject, owltools.graph.OWLGraphWrapper)
public static org.semanticweb.owlapi.model.IRI getIRI(String id)
getId(org.semanticweb.owlapi.model.OWLNamedObject, owltools.graph.OWLGraphWrapper)
for IRIs only!id
- getId(org.semanticweb.owlapi.model.OWLNamedObject, owltools.graph.OWLGraphWrapper)
Copyright © 2010–2015. All rights reserved.