org.semanticweb.owl.vocab
Enum SWRLBuiltInsVocabulary
java.lang.Object
java.lang.Enum<SWRLBuiltInsVocabulary>
org.semanticweb.owl.vocab.SWRLBuiltInsVocabulary
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SWRLBuiltInsVocabulary>
public enum SWRLBuiltInsVocabulary
- extends java.lang.Enum<SWRLBuiltInsVocabulary>
Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
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 |
EQUAL
public static final SWRLBuiltInsVocabulary EQUAL
NOT_EQUAL
public static final SWRLBuiltInsVocabulary NOT_EQUAL
LESS_THAN
public static final SWRLBuiltInsVocabulary LESS_THAN
LESS_THAN_OR_EQUAL
public static final SWRLBuiltInsVocabulary LESS_THAN_OR_EQUAL
GREATER_THAN
public static final SWRLBuiltInsVocabulary GREATER_THAN
GREATER_THAN_OR_EQUAL
public static final SWRLBuiltInsVocabulary GREATER_THAN_OR_EQUAL
ADD
public static final SWRLBuiltInsVocabulary ADD
SUBTRACT
public static final SWRLBuiltInsVocabulary SUBTRACT
MULTIPLY
public static final SWRLBuiltInsVocabulary MULTIPLY
DIVIDE
public static final SWRLBuiltInsVocabulary DIVIDE
INTEGER_DIVIDE
public static final SWRLBuiltInsVocabulary INTEGER_DIVIDE
MOD
public static final SWRLBuiltInsVocabulary MOD
POW
public static final SWRLBuiltInsVocabulary POW
UNARY_PLUS
public static final SWRLBuiltInsVocabulary UNARY_PLUS
ABS
public static final SWRLBuiltInsVocabulary ABS
CEILING
public static final SWRLBuiltInsVocabulary CEILING
FLOOR
public static final SWRLBuiltInsVocabulary FLOOR
ROUND
public static final SWRLBuiltInsVocabulary ROUND
ROUND_HALF_TO_EVEN
public static final SWRLBuiltInsVocabulary ROUND_HALF_TO_EVEN
SIN
public static final SWRLBuiltInsVocabulary SIN
COS
public static final SWRLBuiltInsVocabulary COS
TAN
public static final SWRLBuiltInsVocabulary TAN
BOOLEAN_NOT
public static final SWRLBuiltInsVocabulary BOOLEAN_NOT
STRING_EQUALS_IGNORE_CASE
public static final SWRLBuiltInsVocabulary STRING_EQUALS_IGNORE_CASE
STRING_CONCAT
public static final SWRLBuiltInsVocabulary STRING_CONCAT
SUBSTRING
public static final SWRLBuiltInsVocabulary SUBSTRING
STRING_LENGTH
public static final SWRLBuiltInsVocabulary STRING_LENGTH
NORMALIZE_SPACE
public static final SWRLBuiltInsVocabulary NORMALIZE_SPACE
UPPER_CASE
public static final SWRLBuiltInsVocabulary UPPER_CASE
LOWER_CASE
public static final SWRLBuiltInsVocabulary LOWER_CASE
TRANSLATE
public static final SWRLBuiltInsVocabulary TRANSLATE
CONTAINS
public static final SWRLBuiltInsVocabulary CONTAINS
CONTAINS_IGNORE_CASE
public static final SWRLBuiltInsVocabulary CONTAINS_IGNORE_CASE
STARTS_WITH
public static final SWRLBuiltInsVocabulary STARTS_WITH
ENDS_WITH
public static final SWRLBuiltInsVocabulary ENDS_WITH
SUBSTRING_BEFORE
public static final SWRLBuiltInsVocabulary SUBSTRING_BEFORE
SUBSTRING_AFTER
public static final SWRLBuiltInsVocabulary SUBSTRING_AFTER
MATCHES
public static final SWRLBuiltInsVocabulary MATCHES
REPLACE
public static final SWRLBuiltInsVocabulary REPLACE
TOKENIZE
public static final SWRLBuiltInsVocabulary TOKENIZE
YEAR_MONTH_DURATION
public static final SWRLBuiltInsVocabulary YEAR_MONTH_DURATION
DAY_TIME_DURATION
public static final SWRLBuiltInsVocabulary DAY_TIME_DURATION
DATE_TIME
public static final SWRLBuiltInsVocabulary DATE_TIME
DATE
public static final SWRLBuiltInsVocabulary DATE
TIME
public static final SWRLBuiltInsVocabulary TIME
ADD_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary ADD_YEAR_MONTH_DURATIONS
SUBTRACT_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATIONS
MULTIPLY_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary MULTIPLY_YEAR_MONTH_DURATIONS
DIVIDE_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary DIVIDE_YEAR_MONTH_DURATIONS
ADD_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATIONS
SUBTRACT_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATIONS
MULTIPLY_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary MULTIPLY_DAY_TIME_DURATIONS
DIVIDE_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary DIVIDE_DAY_TIME_DURATIONS
SUBTRACT_DATES
public static final SWRLBuiltInsVocabulary SUBTRACT_DATES
SUBTRACT_TIMES
public static final SWRLBuiltInsVocabulary SUBTRACT_TIMES
ADD_DAY_TIME_DURATION_TO_DATE_TIME
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_TO_DATE_TIME
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE_TIME
SUBTRACT_DAY_TIME_DURATION_FROM_DATE_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_DATE_TIME
ADD_YEAR_MONTH_DURATION_TO_DATE
public static final SWRLBuiltInsVocabulary ADD_YEAR_MONTH_DURATION_TO_DATE
ADD_DAY_TIME_DURATION_TO_DATE
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_TO_DATE
SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE
SUBTRACT_DAY_TIME_DURATION_FROM_DATE
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_DATE
ADD_DAY_TIME_DURATION_FROM_TIME
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_FROM_TIME
SUBTRACT_DAY_TIME_DURATION_FROM_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_TIME
SUBTRACT_DATE_TIMES_YIELDING_YEAR_MONTH_DURATION
public static final SWRLBuiltInsVocabulary SUBTRACT_DATE_TIMES_YIELDING_YEAR_MONTH_DURATION
SUBTRACT_DATE_TIMES_YIELDING_DAY_TIME_DURATION
public static final SWRLBuiltInsVocabulary SUBTRACT_DATE_TIMES_YIELDING_DAY_TIME_DURATION
RESOLVE_URI
public static final SWRLBuiltInsVocabulary RESOLVE_URI
ANY_URI
public static final SWRLBuiltInsVocabulary ANY_URI
values
public static final SWRLBuiltInsVocabulary[] 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(SWRLBuiltInsVocabulary c : SWRLBuiltInsVocabulary.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static SWRLBuiltInsVocabulary 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
getShortName
public java.lang.String getShortName()
getURI
public java.net.URI getURI()
getArity
public int getArity()
getBuiltIn
public static SWRLBuiltInsVocabulary getBuiltIn(java.net.URI uri)