public class DateTimeUtility extends Object implements IMathOpHandler
| Modifier and Type | Field and Description |
|---|---|
protected static DatatypeFactory |
datatypeFactory |
| Constructor and Description |
|---|
DateTimeUtility() |
| 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.
|
protected static final DatatypeFactory datatypeFactory
public boolean canInvokeMathOp(org.openrdf.model.Literal... args)
IMathOpHandlercanInvokeMathOp in interface IMathOpHandlerpublic IV doMathOp(org.openrdf.model.Literal l1, IV iv1, org.openrdf.model.Literal l2, IV iv2, MathBOp.MathOp op, BigdataValueFactory vf)
IMathOpHandlerdoMathOp in interface IMathOpHandlerCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.