Class FUN_CamelCase
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
fr.mines_stetienne.ci.sparql_generate.function.library.FUN_CamelCase
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public final class FUN_CamelCase
extends org.apache.jena.sparql.function.FunctionBase1
Binding function
fun:camelCase
takes as input a String, and return a CamelCase version of that string.
- Param 1 (input) a string literal
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValue
exec(org.apache.jena.sparql.expr.NodeValue node)
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_CamelCase
public FUN_CamelCase()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue node)- Specified by:
exec
in classorg.apache.jena.sparql.function.FunctionBase1
-