|
||||||||||
| 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.UnaryFunction
org.openanzo.glitter.expression.builtin.IsLiteral
public class IsLiteral
Implements the SPARQL isLiteral function.
| Constructor Summary | |
|---|---|
IsLiteral()
|
|
| Method Summary | |
|---|---|
RDFTerm |
call(RDFTerm arg1)
An unpackaged version of FunctionOnValues.call(List) that receives the single
argument to the function. |
java.net.URI |
getIdentifier()
|
| Methods inherited from class org.openanzo.glitter.expression.UnaryFunction |
|---|
call |
| 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 IsLiteral()
| Method Detail |
|---|
public RDFTerm call(RDFTerm arg1)
throws IncompatibleTypeException
UnaryFunctionFunctionOnValues.call(List) that receives the single
argument to the function.
call in class UnaryFunctionarg1 - The single unary argument to the function
IncompatibleTypeExceptionpublic java.net.URI getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||