Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.FunctionCall
Packages that use FunctionCall
Package
Description
-
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type FunctionCallModifier and TypeMethodDescriptionLogicAdapter.visit(FunctionCall functionCall) LogicVisitor.visit(FunctionCall functionCall) LogicWalker.visit(FunctionCall functionCall) -
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic.datalog
Subclasses with type arguments of type FunctionCall in tech.oxfordsemantic.jrdfox.logic.datalogConstructors in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type FunctionCall -
Uses of FunctionCall in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return FunctionCallModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.add(List<Expression> arguments) static FunctionCallFunctionCall.add(Expression... arguments) static FunctionCallFunctionCall.create(String functionName, boolean isDistinct, List<FunctionCall.ScalarValue> scalarValues, List<Expression> arguments) static FunctionCallFunctionCall.create(String functionName, boolean isDistinct, FunctionCall.ScalarValue[] scalarValues, Expression... arguments) static FunctionCallFunctionCall.create(String functionName, List<Expression> arguments) static FunctionCallFunctionCall.create(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(List<Expression> arguments) static FunctionCallFunctionCall.logicalAnd(Expression... arguments) static FunctionCallFunctionCall.logicalNot(Expression argument) static FunctionCallFunctionCall.logicalOr(List<Expression> arguments) static FunctionCallFunctionCall.logicalOr(Expression... arguments) static FunctionCallFunctionCall.multiply(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)