Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.FunctionCall
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.datalog | |
| tech.oxfordsemantic.jrdfox.logic.expression |
-
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type FunctionCall Modifier and Type Method Description ELogicAdapter. visit(FunctionCall functionCall)ELogicVisitor. visit(FunctionCall functionCall)java.lang.VoidLogicWalker. visit(FunctionCall functionCall) -
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic.datalog
Constructors in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type FunctionCall Constructor Description Bind(FunctionCall functionCall, Variable boundVariable) -
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return FunctionCall Modifier and Type Method Description static FunctionCallFunctionCall. add(java.util.List<Expression> arguments)static FunctionCallFunctionCall. add(Expression... arguments)static FunctionCallFunctionCall. create(java.lang.String functionName, boolean isDistinct, java.util.List<FunctionCall.ScalarValue> scalarValues, java.util.List<Expression> arguments)static FunctionCallFunctionCall. create(java.lang.String functionName, boolean isDistinct, FunctionCall.ScalarValue[] scalarValues, Expression... arguments)static FunctionCallFunctionCall. create(java.lang.String functionName, java.util.List<Expression> arguments)static FunctionCallFunctionCall. create(java.lang.String functionName, Expression... arguments)static FunctionCallFunctionCall. divide(Expression argument1, Expression argument2)static FunctionCallFunctionCall. equal(Expression argument1, Expression argument2)static FunctionCallFunctionCall. greaterEqualThan(Expression argument1, Expression argument2)static FunctionCallFunctionCall. greaterThan(Expression argument1, Expression argument2)static FunctionCallFunctionCall. lessEqualThan(Expression argument1, Expression argument2)static FunctionCallFunctionCall. lessThan(Expression argument1, Expression argument2)static FunctionCallFunctionCall. logicalAnd(java.util.List<Expression> arguments)static FunctionCallFunctionCall. logicalAnd(Expression... arguments)static FunctionCallFunctionCall. logicalNot(Expression argument)static FunctionCallFunctionCall. logicalOr(java.util.List<Expression> arguments)static FunctionCallFunctionCall. logicalOr(Expression... arguments)static FunctionCallFunctionCall. multiply(java.util.List<Expression> arguments)static FunctionCallFunctionCall. multiply(Expression... arguments)static FunctionCallFunctionCall. notEqual(Expression argument1, Expression argument2)static FunctionCallFunctionCall. numericUnaryMinus(Expression argument)static FunctionCallFunctionCall. numericUnaryPlus(Expression argument)static FunctionCallFunctionCall. subtract(Expression argument1, Expression argument2)