E - entity typepublic final class EntityType<E extends OWLEntity> extends Object implements Serializable, HasShortForm, HasPrefixedName, HasIRI
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLAnnotationProperty> |
ANNOTATION_PROPERTY
annotation property entity
|
static EntityType<OWLClass> |
CLASS
class entity
|
static EntityType<OWLDataProperty> |
DATA_PROPERTY
data property entity
|
static EntityType<OWLDatatype> |
DATATYPE
datatype entity
|
static EntityType<OWLNamedIndividual> |
NAMED_INDIVIDUAL
named individual entity
|
static EntityType<OWLObjectProperty> |
OBJECT_PROPERTY
object property entity
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
getIRI()
Gets the IRI of this object
|
String |
getName() |
String |
getPluralPrintName() |
String |
getPrefixedName()
Gets the prefixed name.
|
String |
getPrintName() |
String |
getShortForm()
Gets the short form.
|
OWLRDFVocabulary |
getVocabulary() |
String |
toString() |
static List<EntityType<?>> |
values() |
@Nonnull public static final EntityType<OWLClass> CLASS
@Nonnull public static final EntityType<OWLObjectProperty> OBJECT_PROPERTY
@Nonnull public static final EntityType<OWLDataProperty> DATA_PROPERTY
@Nonnull public static final EntityType<OWLAnnotationProperty> ANNOTATION_PROPERTY
@Nonnull public static final EntityType<OWLNamedIndividual> NAMED_INDIVIDUAL
@Nonnull public static final EntityType<OWLDatatype> DATATYPE
public OWLRDFVocabulary getVocabulary()
public String getName()
public static List<EntityType<?>> values()
public String getShortForm()
HasShortFormgetShortForm in interface HasShortFormnull.public String getPrefixedName()
HasPrefixedNamegetPrefixedName in interface HasPrefixedNameCopyright © 2020 The University of Manchester. All rights reserved.