Class LowerCase
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.spif.AbstractStringReplacer
-
- org.eclipse.rdf4j.spin.function.spif.LowerCase
-
- All Implemented Interfaces:
Function
public class LowerCase extends AbstractStringReplacer
-
-
Constructor Summary
Constructors Constructor Description LowerCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
transform(java.lang.String s)
-
Methods inherited from class org.eclipse.rdf4j.spin.function.spif.AbstractStringReplacer
evaluate, getURI
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
evaluate, mustReturnDifferentResult
-
-
-
-
Method Detail
-
transform
protected java.lang.String transform(java.lang.String s)
- Specified by:
transform
in classAbstractStringReplacer
-
-