Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.FunctionCall.ScalarValue
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.expression |
-
Uses of FunctionCall.ScalarValue in tech.oxfordsemantic.jrdfox.logic.expression
Fields in tech.oxfordsemantic.jrdfox.logic.expression declared as FunctionCall.ScalarValue Modifier and Type Field Description static FunctionCall.ScalarValue[]
FunctionCall.ScalarValue. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return types with arguments of type FunctionCall.ScalarValue Modifier and Type Method Description java.util.List<FunctionCall.ScalarValue>
FunctionCall. getScalarValues()
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type FunctionCall.ScalarValue Modifier and Type Method Description static FunctionCall
FunctionCall. create(java.lang.String functionName, boolean isDistinct, FunctionCall.ScalarValue[] scalarValues, Expression... arguments)
Method parameters in tech.oxfordsemantic.jrdfox.logic.expression with type arguments of type FunctionCall.ScalarValue Modifier and Type Method Description static FunctionCall
FunctionCall. create(java.lang.String functionName, boolean isDistinct, java.util.List<FunctionCall.ScalarValue> scalarValues, java.util.List<Expression> arguments)