|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.expression.FunctionBase
org.openanzo.glitter.expression.builtin.RegEx
public class RegEx
Implements the SPARQL regex function.
| Nested Class Summary | |
|---|---|
class |
RegEx.InvalidRegularExpressionFlagException
Thrown for an unrecognized regular expression flag. |
| Constructor Summary | |
|---|---|
RegEx()
|
|
| Method Summary | |
|---|---|
RDFTerm |
call(java.util.List<RDFTerm> arguments)
Invokes the function and determines a return value. |
java.net.URI |
getIdentifier()
|
| Methods inherited from class org.openanzo.glitter.expression.FunctionBase |
|---|
compareBooleans, compareBooleans, compareDateTimes, compareNumerics, compareStringLiterals, operatesOnTypeErrors, operatesOnValues |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openanzo.glitter.expression.Function |
|---|
operatesOnTypeErrors, operatesOnValues |
| Constructor Detail |
|---|
public RegEx()
| Method Detail |
|---|
public RDFTerm call(java.util.List<RDFTerm> arguments)
throws ExpressionEvaluationException
FunctionOnValues
call in interface FunctionOnValuesarguments - The (evaluated) RDF terms being passed to the function
ExpressionEvaluationException - For invalid types, or other expression evalutaion problemspublic java.net.URI getIdentifier()
getIdentifier in interface Function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||