E - entity typepublic final class EntityType<E extends OWLEntity> extends Object implements Serializable
| 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 |
|---|---|
String |
getName() |
String |
getPluralPrintName() |
String |
getPrintName() |
OWLRDFVocabulary |
getVocabulary() |
String |
toString() |
static List<EntityType<?>> |
values() |
public static final EntityType<OWLClass> CLASS
public static final EntityType<OWLObjectProperty> OBJECT_PROPERTY
public static final EntityType<OWLDataProperty> DATA_PROPERTY
public static final EntityType<OWLAnnotationProperty> ANNOTATION_PROPERTY
public static final EntityType<OWLNamedIndividual> NAMED_INDIVIDUAL
public static final EntityType<OWLDatatype> DATATYPE
public OWLRDFVocabulary getVocabulary()
public String getName()
public static List<EntityType<?>> values()
public String getPrintName()
public String getPluralPrintName()
Copyright © 2014 The University of Manchester. All Rights Reserved.