public enum SWRLBuiltInsVocabulary extends java.lang.Enum<SWRLBuiltInsVocabulary> implements SWRLPredicate
Modifier and Type | Method and Description |
---|---|
int |
getArity()
Deprecated.
Use getMinArity and getMaxArity instead
|
static SWRLBuiltInsVocabulary |
getBuiltIn(IRI iri)
Gets a builtin vocabulary value for a given IRI
|
static SWRLBuiltInsVocabulary |
getBuiltIn(java.net.URI uri)
Gets a builtin vocabulary value for a given URI
|
IRI |
getIRI() |
int |
getMaxArity()
Gets the maximum arity of this built in.
|
int |
getMinArity()
Gets the minimum arity of this built in
|
java.lang.String |
getShortName() |
java.net.URI |
getURI() |
static SWRLBuiltInsVocabulary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SWRLBuiltInsVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SWRLBuiltInsVocabulary EQUAL
public static final SWRLBuiltInsVocabulary NOT_EQUAL
public static final SWRLBuiltInsVocabulary LESS_THAN
public static final SWRLBuiltInsVocabulary LESS_THAN_OR_EQUAL
public static final SWRLBuiltInsVocabulary GREATER_THAN
public static final SWRLBuiltInsVocabulary GREATER_THAN_OR_EQUAL
public static final SWRLBuiltInsVocabulary ADD
public static final SWRLBuiltInsVocabulary SUBTRACT
public static final SWRLBuiltInsVocabulary MULTIPLY
public static final SWRLBuiltInsVocabulary DIVIDE
public static final SWRLBuiltInsVocabulary INTEGER_DIVIDE
public static final SWRLBuiltInsVocabulary MOD
public static final SWRLBuiltInsVocabulary POW
public static final SWRLBuiltInsVocabulary UNARY_MINUS
public static final SWRLBuiltInsVocabulary UNARY_PLUS
public static final SWRLBuiltInsVocabulary ABS
public static final SWRLBuiltInsVocabulary CEILING
public static final SWRLBuiltInsVocabulary FLOOR
public static final SWRLBuiltInsVocabulary ROUND
public static final SWRLBuiltInsVocabulary ROUND_HALF_TO_EVEN
public static final SWRLBuiltInsVocabulary SIN
public static final SWRLBuiltInsVocabulary COS
public static final SWRLBuiltInsVocabulary TAN
public static final SWRLBuiltInsVocabulary BOOLEAN_NOT
public static final SWRLBuiltInsVocabulary STRING_EQUALS_IGNORE_CASE
public static final SWRLBuiltInsVocabulary STRING_CONCAT
public static final SWRLBuiltInsVocabulary SUBSTRING
public static final SWRLBuiltInsVocabulary STRING_LENGTH
public static final SWRLBuiltInsVocabulary NORMALIZE_SPACE
public static final SWRLBuiltInsVocabulary UPPER_CASE
public static final SWRLBuiltInsVocabulary LOWER_CASE
public static final SWRLBuiltInsVocabulary TRANSLATE
public static final SWRLBuiltInsVocabulary CONTAINS
public static final SWRLBuiltInsVocabulary CONTAINS_IGNORE_CASE
public static final SWRLBuiltInsVocabulary STARTS_WITH
public static final SWRLBuiltInsVocabulary ENDS_WITH
public static final SWRLBuiltInsVocabulary SUBSTRING_BEFORE
public static final SWRLBuiltInsVocabulary SUBSTRING_AFTER
public static final SWRLBuiltInsVocabulary MATCHES
public static final SWRLBuiltInsVocabulary REPLACE
public static final SWRLBuiltInsVocabulary TOKENIZE
public static final SWRLBuiltInsVocabulary YEAR_MONTH_DURATION
public static final SWRLBuiltInsVocabulary DAY_TIME_DURATION
public static final SWRLBuiltInsVocabulary DATE_TIME
public static final SWRLBuiltInsVocabulary DATE
public static final SWRLBuiltInsVocabulary TIME
public static final SWRLBuiltInsVocabulary ADD_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary MULTIPLY_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary DIVIDE_YEAR_MONTH_DURATIONS
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary MULTIPLY_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary DIVIDE_DAY_TIME_DURATIONS
public static final SWRLBuiltInsVocabulary SUBTRACT_DATES
public static final SWRLBuiltInsVocabulary SUBTRACT_TIMES
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_TO_DATE_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_DATE_TIME
public static final SWRLBuiltInsVocabulary ADD_YEAR_MONTH_DURATION_TO_DATE
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_TO_DATE
public static final SWRLBuiltInsVocabulary SUBTRACT_YEAR_MONTH_DURATION_FROM_DATE
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_DATE
public static final SWRLBuiltInsVocabulary ADD_DAY_TIME_DURATION_FROM_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_DAY_TIME_DURATION_FROM_TIME
public static final SWRLBuiltInsVocabulary SUBTRACT_DATE_TIMES_YIELDING_YEAR_MONTH_DURATION
public static final SWRLBuiltInsVocabulary SUBTRACT_DATE_TIMES_YIELDING_DAY_TIME_DURATION
public static final SWRLBuiltInsVocabulary RESOLVE_URI
public static final SWRLBuiltInsVocabulary ANY_URI
public static SWRLBuiltInsVocabulary[] values()
for (SWRLBuiltInsVocabulary c : SWRLBuiltInsVocabulary.values()) System.out.println(c);
public static SWRLBuiltInsVocabulary valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getShortName()
public IRI getIRI()
public java.net.URI getURI()
public int getMinArity()
public int getMaxArity()
@Deprecated public int getArity()
public static SWRLBuiltInsVocabulary getBuiltIn(IRI iri)
iri
- The IRInull
if there is no builtin
vocabulary with the specified IRIpublic static SWRLBuiltInsVocabulary getBuiltIn(java.net.URI uri)
uri
- The URInull
if there is no builtin
vocabulary with the specified URI