org.semanticweb.owlapi.vocab
Enum SKOSVocabulary
java.lang.Object
java.lang.Enum<SKOSVocabulary>
org.semanticweb.owlapi.vocab.SKOSVocabulary
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SKOSVocabulary>
public enum SKOSVocabulary
- extends java.lang.Enum<SKOSVocabulary>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 03-Oct-2007
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BROADMATCH
public static final SKOSVocabulary BROADMATCH
BROADER
public static final SKOSVocabulary BROADER
BROADERTRANSITIVE
public static final SKOSVocabulary BROADERTRANSITIVE
CLOSEMATCH
public static final SKOSVocabulary CLOSEMATCH
EXACTMATCH
public static final SKOSVocabulary EXACTMATCH
HASTOPCONCEPT
public static final SKOSVocabulary HASTOPCONCEPT
INSCHEME
public static final SKOSVocabulary INSCHEME
MAPPINGRELATION
public static final SKOSVocabulary MAPPINGRELATION
MEMBER
public static final SKOSVocabulary MEMBER
MEMBERLIST
public static final SKOSVocabulary MEMBERLIST
NARROWMATCH
public static final SKOSVocabulary NARROWMATCH
NARROWER
public static final SKOSVocabulary NARROWER
NARROWTRANSITIVE
public static final SKOSVocabulary NARROWTRANSITIVE
RELATED
public static final SKOSVocabulary RELATED
RELATEDMATCH
public static final SKOSVocabulary RELATEDMATCH
SEMANTICRELATION
public static final SKOSVocabulary SEMANTICRELATION
TOPCONCEPTOF
public static final SKOSVocabulary TOPCONCEPTOF
COLLECTION
public static final SKOSVocabulary COLLECTION
CONCPET
public static final SKOSVocabulary CONCPET
CONCEPTSCHEME
public static final SKOSVocabulary CONCEPTSCHEME
ORDEREDCOLLECTION
public static final SKOSVocabulary ORDEREDCOLLECTION
TOPCONCEPT
public static final SKOSVocabulary TOPCONCEPT
ALTLABEL
public static final SKOSVocabulary ALTLABEL
CHANGENOTE
public static final SKOSVocabulary CHANGENOTE
DEFINITION
public static final SKOSVocabulary DEFINITION
EDITORIALNOTE
public static final SKOSVocabulary EDITORIALNOTE
EXAMPLE
public static final SKOSVocabulary EXAMPLE
HIDDENLABEL
public static final SKOSVocabulary HIDDENLABEL
HISTORYNOTE
public static final SKOSVocabulary HISTORYNOTE
NOTE
public static final SKOSVocabulary NOTE
PREFLABEL
public static final SKOSVocabulary PREFLABEL
SCOPENOTE
public static final SKOSVocabulary SCOPENOTE
DOCUMENT
public static final SKOSVocabulary DOCUMENT
IMAGE
public static final SKOSVocabulary IMAGE
COLLECTABLEPROPERTY
public static final SKOSVocabulary COLLECTABLEPROPERTY
RESOURCE
public static final SKOSVocabulary RESOURCE
COMMENT
public static final SKOSVocabulary COMMENT
ALL_IRIS
public static final java.util.Set<IRI> ALL_IRIS
values
public static final SKOSVocabulary[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(SKOSVocabulary c : SKOSVocabulary.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static SKOSVocabulary valueOf(java.lang.String name)
- 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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
getEntityType
public EntityType getEntityType()
getLocalName
public java.lang.String getLocalName()
getIRI
public IRI getIRI()
getURI
public java.net.URI getURI()
getAnnotationProperties
public static java.util.Set<OWLAnnotationProperty> getAnnotationProperties(OWLDataFactory dataFactory)
getObjectProperties
public static java.util.Set<OWLObjectProperty> getObjectProperties(OWLDataFactory dataFactory)
getDataProperties
public static java.util.Set<OWLDataProperty> getDataProperties(OWLDataFactory dataFactory)
getClasses
public static java.util.Set<OWLClass> getClasses(OWLDataFactory dataFactory)