Class FUN_BitwiseOr
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase2
fr.mines_stetienne.ci.sparql_generate.binary.FUN_BitwiseOr
- All Implemented Interfaces:
FUN_Bytes,org.apache.jena.sparql.function.Function
public class FUN_BitwiseOr
extends org.apache.jena.sparql.function.FunctionBase2
implements FUN_Bytes
Binding function fun:bitwiseOr
operates a bitwise OR 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;
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue argument1, org.apache.jena.sparql.expr.NodeValue argument2)Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, execMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.mines_stetienne.ci.sparql_generate.binary.FUN_Bytes
getBytes, getDatatype, getInteger, getNodeValueMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_BitwiseOr
public FUN_BitwiseOr()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue argument1, org.apache.jena.sparql.expr.NodeValue argument2)- Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase2
-