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.@Nullable public OWLClass getOWLClass(String name)
getOWLClass in interface OWLEntityCheckername - name to resolve@Nullable public OWLDataProperty getOWLDataProperty(String name)
getOWLDataProperty in interface OWLEntityCheckername - name to resolve@Nullable public OWLDatatype getOWLDatatype(String name)
getOWLDatatype in interface OWLEntityCheckername - name to resolve@Nullable public OWLNamedIndividual getOWLIndividual(String name)
getOWLIndividual in interface OWLEntityCheckername - name to resolve@Nullable public OWLObjectProperty getOWLObjectProperty(String name)
getOWLObjectProperty in interface OWLEntityCheckername - name to resolve@Nullable public OWLAnnotationProperty getOWLAnnotationProperty(String name)
getOWLAnnotationProperty in interface OWLEntityCheckername - name to resolveCopyright © 2021 The University of Manchester. All rights reserved.