Enum Class RDFResourceRole
- All Implemented Interfaces:
Serializable
,Comparable<RDFResourceRole>
,Constable
this enum class provides a closed list of resource types according to the OWL vocabulary. Can be used as a
fast-to-use reference vocabulary for managing different behavior of methods according to type of processed
resources
- Author:
- Armando Stellato, Manuel Fiorelli
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.IRI
getIRI()
boolean
isClass()
static boolean
isClass
(RDFResourceRole role) boolean
static boolean
isProperty
(RDFResourceRole role) boolean
static boolean
boolean
subsumes
(RDFResourceRole role) static boolean
subsumes
(RDFResourceRole subsumer, RDFResourceRole subsumee) static boolean
subsumes
(RDFResourceRole subsumer, RDFResourceRole subsumee, boolean undeterminedSubsumeesAll) static RDFResourceRole
Returns the enum constant of this class with the specified name.static RDFResourceRole[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
undetermined
-
cls
-
individual
-
property
-
objectProperty
-
datatypeProperty
-
annotationProperty
-
ontologyProperty
-
ontology
-
dataRange
-
concept
-
conceptScheme
-
xLabel
-
skosCollection
-
skosOrderedCollection
-
limeLexicon
-
ontolexLexicalEntry
-
ontolexForm
-
ontolexLexicalSense
-
decompComponent
-
vartransTranslationSet
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIRI
public org.eclipse.rdf4j.model.IRI getIRI() -
subsumes
-
isProperty
public boolean isProperty() -
isClass
public boolean isClass() -
isSkosCollection
public boolean isSkosCollection() -
subsumes
-
subsumes
public static boolean subsumes(RDFResourceRole subsumer, RDFResourceRole subsumee, boolean undeterminedSubsumeesAll) -
isProperty
-
isClass
-
isSkosCollection
-