org.semanticweb.owlapi.vocab
Enum SKOSVocabulary

java.lang.Object
  extended by java.lang.Enum<SKOSVocabulary>
      extended by 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


Enum Constant Summary
ALTLABEL
           
BROADER
           
BROADERTRANSITIVE
           
BROADMATCH
           
CHANGENOTE
           
CLOSEMATCH
           
COLLECTABLEPROPERTY
           
COLLECTION
           
COMMENT
           
CONCEPTSCHEME
           
CONCPET
           
DEFINITION
           
DOCUMENT
           
EDITORIALNOTE
           
EXACTMATCH
           
EXAMPLE
           
HASTOPCONCEPT
           
HIDDENLABEL
           
HISTORYNOTE
           
IMAGE
           
INSCHEME
           
MAPPINGRELATION
           
MEMBER
           
MEMBERLIST
           
NARROWER
           
NARROWMATCH
           
NARROWTRANSITIVE
           
NOTE
           
ORDEREDCOLLECTION
           
PREFLABEL
           
RELATED
           
RELATEDMATCH
           
RESOURCE
           
SCOPENOTE
           
SEMANTICRELATION
           
TOPCONCEPT
           
TOPCONCEPTOF
           
 
Field Summary
static java.util.Set<IRI> ALL_IRIS
           
 
Method Summary
static java.util.Set<OWLAnnotationProperty> getAnnotationProperties(OWLDataFactory dataFactory)
           
static java.util.Set<OWLClass> getClasses(OWLDataFactory dataFactory)
           
static java.util.Set<OWLDataProperty> getDataProperties(OWLDataFactory dataFactory)
           
 EntityType getEntityType()
           
 IRI getIRI()
           
 java.lang.String getLocalName()
           
static java.util.Set<OWLObjectProperty> getObjectProperties(OWLDataFactory dataFactory)
           
 java.net.URI getURI()
           
static SKOSVocabulary valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SKOSVocabulary[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
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
 

Enum Constant Detail

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
Field Detail

ALL_IRIS

public static final java.util.Set<IRI> ALL_IRIS
Method Detail

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)