public class ShortFormEntityChecker extends Object implements OWLEntityChecker
| Constructor and Description |
|---|
ShortFormEntityChecker(org.semanticweb.owlapi.util.BidirectionalShortFormProvider shortFormProvider)
Creates a short form entity checker, which uses the specified
bidirectional short form provider to map entity name strings to entities.
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getOWLAnnotationProperty(String name) |
org.semanticweb.owlapi.model.OWLClass |
getOWLClass(String name) |
org.semanticweb.owlapi.model.OWLDataProperty |
getOWLDataProperty(String name) |
org.semanticweb.owlapi.model.OWLDatatype |
getOWLDatatype(String name) |
org.semanticweb.owlapi.model.OWLNamedIndividual |
getOWLIndividual(String name) |
org.semanticweb.owlapi.model.OWLObjectProperty |
getOWLObjectProperty(String name) |
public ShortFormEntityChecker(org.semanticweb.owlapi.util.BidirectionalShortFormProvider shortFormProvider)
shortFormProvider - The BidirectionalShortFormProvider that should be used to perform
the required mapping.public org.semanticweb.owlapi.model.OWLClass getOWLClass(String name)
getOWLClass in interface OWLEntityCheckername - name to resolvepublic org.semanticweb.owlapi.model.OWLDataProperty getOWLDataProperty(String name)
getOWLDataProperty in interface OWLEntityCheckername - name to resolvepublic org.semanticweb.owlapi.model.OWLDatatype getOWLDatatype(String name)
getOWLDatatype in interface OWLEntityCheckername - name to resolvepublic org.semanticweb.owlapi.model.OWLNamedIndividual getOWLIndividual(String name)
getOWLIndividual in interface OWLEntityCheckername - name to resolvepublic org.semanticweb.owlapi.model.OWLObjectProperty getOWLObjectProperty(String name)
getOWLObjectProperty in interface OWLEntityCheckername - name to resolvepublic org.semanticweb.owlapi.model.OWLAnnotationProperty getOWLAnnotationProperty(String name)
getOWLAnnotationProperty in interface OWLEntityCheckername - name to resolveCopyright © 2014 The University of Manchester. All Rights Reserved.