public interface AsOWLDatatype
| Modifier and Type | Method and Description |
|---|---|
default OWLDatatype |
asOWLDatatype()
A convenience method that obtains this entity as an OWLDatatype (in order to avoid explicit
casting).
|
default boolean |
isOWLDatatype()
A convenience method that determines if this entity is an OWLDatatype.
|
default boolean isOWLDatatype()
true if this entity is an OWLDatatype, otherwise falsedefault OWLDatatype asOWLDatatype()
OWLRuntimeException - if this entity is not an OWLDatatype (check with the
isOWLDatatype() method first).Copyright © 2020 The University of Manchester. All rights reserved.