Enum DefaultExtensions.OmvMetadata
java.lang.Object
java.lang.Enum<DefaultExtensions.OmvMetadata>
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.DefaultExtensions.OmvMetadata
- All Implemented Interfaces:
Serializable
,Comparable<DefaultExtensions.OmvMetadata>
,java.lang.constant.Constable
- Enclosing class:
- DefaultExtensions
Ontology Metadata Vocabulary being a metadata ontology introduces many different labels that can be used in
Alignment and correspondences but also defines it own sorts of objects that can be annotated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription#Method denoting the aggregation of the result of several methodsSTRING denoting the name of an algorithm implemented by a BasicMethodSTRING denoting an atomic method#CompoundMethod linking a compound method to its componentsSTRING denotting a method made by composing other methodssameAs http://purl.org/dc/elements/1.1/:dateSTRING denoting evidence in favour of the alignment propertiesSTRING denoting a method made by filtering the result of another#Method links a filter to the method it filterssameAs http://purl.org/dc/elements/1.1/:creator#Evidence linking to the evidence for a propertysameAs http://exmo.inrialpes.fr/align/ext/1.0/#parameters#Property linking to properties satisfied by the alignmentsameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#levelsameAs http://exmo.inrialpes.fr/align/ext/1.0/#method="manual"Is the OMV type for all mapping objects, can be used as extensions for specifying a subclass of omv:Mapping.is the OMV class of mapping methodssameAs http://purl.org/dc/elements/1.1/:languageSTRING denoting a method obtained by parallel composition of other methodsSTRING denoting the parameters of the methodsameAs http://exmo.inrialpes.fr/align/ext/1.0/#timeSTRING denoting proofs of propertiesSTRING denoting properties that an alignment may satisfysameAs http://www.owmg.org/TR/d7/d7.2/purposeSTRING denoting a method obtained by parallel composition of other methodssameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#uri1sameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#typesameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#idsameAs http://exmo.inrialpes.fr/align/ext/1.0/#methodSTRING denoting [??]STRING denoting [??]sameAs http://exmo.inrialpes.fr/align/ext/1.0/#methodVersion -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the enum constant of this type with the specified name.static DefaultExtensions.OmvMetadata[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MAPPING
Is the OMV type for all mapping objects, can be used as extensions for specifying a subclass of omv:Mapping. -
HAS_PARAMETER
sameAs http://exmo.inrialpes.fr/align/ext/1.0/#parameters -
HAS_CREATOR
sameAs http://purl.org/dc/elements/1.1/:creator -
USED_METHOD
sameAs http://exmo.inrialpes.fr/align/ext/1.0/#method -
VARIETY
STRING denoting [??] -
TYPE
sameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#type -
PURPOSE
sameAs http://www.owmg.org/TR/d7/d7.2/purpose -
URI
sameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#id -
PROCESSING_TIME
sameAs http://exmo.inrialpes.fr/align/ext/1.0/#time -
VALUE
STRING denoting [??] -
NATURAL_LANGUAGE
sameAs http://purl.org/dc/elements/1.1/:language -
LEVEL
sameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#level -
SOURCE
sameAs http://knowledgeweb.semanticweb.org/heterogeneity/alignment#uri1 -
CREATION_DATE
sameAs http://purl.org/dc/elements/1.1/:date -
VERSION
sameAs http://exmo.inrialpes.fr/align/ext/1.0/#methodVersion -
MAPPING_METHOD
is the OMV class of mapping methods -
BASIC_METHOD
STRING denoting an atomic method -
MANUAL_METHOD
sameAs http://exmo.inrialpes.fr/align/ext/1.0/#method="manual" -
COMPOUND_METHOD
STRING denotting a method made by composing other methods -
PARALLEL
STRING denoting a method obtained by parallel composition of other methods -
SEQUENCE
STRING denoting a method obtained by parallel composition of other methods -
PARAMETER
STRING denoting the parameters of the method -
COMPOSES_METHOD
#CompoundMethod linking a compound method to its components -
AGGREGATES_METHOD
#Method denoting the aggregation of the result of several methods -
FILTER
STRING denoting a method made by filtering the result of another -
FILTERS_METHOD
#Method links a filter to the method it filters -
ALGORITHM
STRING denoting the name of an algorithm implemented by a BasicMethod -
HAS_PROPERTY
#Property linking to properties satisfied by the alignment -
EVIDENCE
STRING denoting evidence in favour of the alignment properties -
PROOF
STRING denoting proofs of properties -
PROPERTY
STRING denoting properties that an alignment may satisfy -
HAS_EVIDENCE
#Evidence linking to the evidence for a property
-
-
Field Details
-
uri
The URI of the extension label. -
BASE_URI
- See Also:
-
-
Constructor Details
-
OmvMetadata
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<DefaultExtensions.OmvMetadata>
-