Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return ExpressionMethods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type ExpressionModifier and TypeMethodDescriptionstatic BindAtomBindAtom.create(Expression expression, Variable boundVariable) static FilterAtomFilterAtom.create(Expression expression) -
Uses of Expression in tech.oxfordsemantic.jrdfox.logic.expression
Subclasses of Expression in tech.oxfordsemantic.jrdfox.logic.expressionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in tech.oxfordsemantic.jrdfox.logic.expression declared as ExpressionMethods in tech.oxfordsemantic.jrdfox.logic.expression that return types with arguments of type ExpressionModifier and TypeMethodDescriptiontech.oxfordsemantic.jrdfox.util.ImmutableArrayList<Expression> FunctionCall.getArguments()Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type ExpressionModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.add(Expression... arguments) static FunctionCallFunctionCall.create(String functionName, boolean isDistinct, FunctionCall.ScalarValue[] scalarValues, 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(Expression... arguments) static FunctionCallFunctionCall.logicalNot(Expression argument) static FunctionCallFunctionCall.logicalOr(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) Method parameters in tech.oxfordsemantic.jrdfox.logic.expression with type arguments of type ExpressionModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.add(List<Expression> arguments) static FunctionCallFunctionCall.create(String functionName, List<Expression> arguments) static FunctionCallFunctionCall.logicalAnd(List<Expression> arguments) static FunctionCallFunctionCall.logicalOr(List<Expression> arguments) static FunctionCallFunctionCall.multiply(List<Expression> arguments) -
Uses of Expression in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return ExpressionMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type ExpressionModifier and TypeMethodDescriptionstatic BindPatternBindPattern.create(Expression expression, Variable boundVariable) static FilterPatternFilterPattern.create(Expression expression) -
Uses of Expression in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses with type arguments of type Expression in tech.oxfordsemantic.jrdfox.logic.sparql.statementModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ExpressionModifier and TypeMethodDescriptionQueryBody.GroupCondition.getExpression()QueryBody.OrderCondition.getExpression()SelectQuery.SelectionPair.getExpression()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type ExpressionMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ExpressionModifier and TypeMethodDescriptionstatic QueryBodyQueryBody.createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern) Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ExpressionModifierConstructorDescriptionGroupCondition(Expression first, Variable second) OrderCondition(QueryBody.SortOrder first, Expression second) SelectionPair(Expression first, Variable second)