Class FUN_BitwiseAnd
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- fr.mines_stetienne.ci.sparql_generate.binary.FUN_BitwiseAnd
-
public class FUN_BitwiseAnd extends FunctionBase2 implements FUN_Bytes
Binding function fun:bitwiseAnd operates a bitwise AND over the binary literals passed as an argument.- Param 1: a xsd:hexBinary or xsd:base64Binary literal;
- Param 2: a xsd:hexBinary or xsd:base64Binary literal;
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_BitwiseAnd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(NodeValue argument1, NodeValue argument2)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fr.mines_stetienne.ci.sparql_generate.binary.FUN_Bytes
getBytes, getDatatype, getInteger, getNodeValue
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue argument1, NodeValue argument2)
- Specified by:
exec
in classFunctionBase2
-
-