public interface AsOWLNamedIndividual
| Modifier and Type | Method and Description |
|---|---|
default OWLNamedIndividual |
asOWLNamedIndividual()
A convenience method that obtains this entity as an OWLNamedIndividual
(in order to avoid explicit casting).
|
default boolean |
isOWLNamedIndividual()
A convenience method that determines if this entity is an
OWLNamedIndividual.
|
default boolean isOWLNamedIndividual()
true if this entity is an OWLNamedIndividual, otherwise
falsedefault OWLNamedIndividual asOWLNamedIndividual()
OWLRuntimeException - if this entity is not an OWLIndividual (check with the
isOWLIndividual method first).Copyright © 2017 The University of Manchester. All Rights Reserved.