Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.FunctionCall.ScalarValue
Packages that use FunctionCall.ScalarValue
-
Uses of FunctionCall.ScalarValue in tech.oxfordsemantic.jrdfox.logic.expression
Fields in tech.oxfordsemantic.jrdfox.logic.expression declared as FunctionCall.ScalarValueModifier and TypeFieldDescriptionstatic final FunctionCall.ScalarValue[]FunctionCall.ScalarValue.EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.expression that return types with arguments of type FunctionCall.ScalarValueMethods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type FunctionCall.ScalarValueModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.create(String functionName, boolean isDistinct, FunctionCall.ScalarValue[] scalarValues, Expression... arguments) Method parameters in tech.oxfordsemantic.jrdfox.logic.expression with type arguments of type FunctionCall.ScalarValueModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.create(String functionName, boolean isDistinct, List<FunctionCall.ScalarValue> scalarValues, List<Expression> arguments)