public interface IMathOpHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canInvokeMathOp(org.openrdf.model.Literal... args)
Check if this utility applies for the argument types.
|
IV |
doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf)
Perform the operation on arguments.
|
boolean canInvokeMathOp(org.openrdf.model.Literal... args)
args
- IV doMathOp(org.openrdf.model.Literal l1, IV iv1, org.openrdf.model.Literal l2, IV iv2, MathBOp.MathOp op, BigdataValueFactory vf)
l1
- iv1
- l2
- iv2
- op
- vf
- Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.