public class ShortFormEntityChecker extends Object implements OWLEntityChecker
| Constructor and Description |
|---|
ShortFormEntityChecker(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 |
|---|---|
OWLAnnotationProperty |
getOWLAnnotationProperty(String name) |
OWLClass |
getOWLClass(String name) |
OWLDataProperty |
getOWLDataProperty(String name) |
OWLDatatype |
getOWLDatatype(String name) |
OWLNamedIndividual |
getOWLIndividual(String name) |
OWLObjectProperty |
getOWLObjectProperty(String name) |
public ShortFormEntityChecker(BidirectionalShortFormProvider shortFormProvider)
shortFormProvider - The BidirectionalShortFormProvider that should be
used to perform the required mapping.public OWLClass getOWLClass(String name)
getOWLClass in interface OWLEntityCheckername - name to resolvepublic OWLDataProperty getOWLDataProperty(String name)
getOWLDataProperty in interface OWLEntityCheckername - name to resolvepublic OWLDatatype getOWLDatatype(String name)
getOWLDatatype in interface OWLEntityCheckername - name to resolvepublic OWLNamedIndividual getOWLIndividual(String name)
getOWLIndividual in interface OWLEntityCheckername - name to resolvepublic OWLObjectProperty getOWLObjectProperty(String name)
getOWLObjectProperty in interface OWLEntityCheckername - name to resolvepublic OWLAnnotationProperty getOWLAnnotationProperty(String name)
getOWLAnnotationProperty in interface OWLEntityCheckername - name to resolveCopyright © 2012 The University of Manchester. All Rights Reserved.