Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Variable -
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.datalog
Subclasses with type arguments of type Variable in tech.oxfordsemantic.jrdfox.logic.datalogMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return VariableMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type VariableModifier and TypeMethodDescriptionNegation.getExistentialVariables()Aggregate.getGroupVariables()Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type VariableModifier and TypeMethodDescriptionstatic AggregateAggregate.create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds) static BindAtomBindAtom.create(Expression expression, Variable boundVariable) static NegationMethod parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type VariableConstructors in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Variable -
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.expression
Fields in tech.oxfordsemantic.jrdfox.logic.expression declared as VariableMethods in tech.oxfordsemantic.jrdfox.logic.expression that return Variable -
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return VariableMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type VariableMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type VariableModifier and TypeMethodDescriptionstatic BindPatternBindPattern.create(Expression expression, Variable boundVariable) static ValuesPatternMethod parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type Variable -
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses with type arguments of type Variable in tech.oxfordsemantic.jrdfox.logic.sparql.statementModifier and TypeClassDescriptionstatic classstatic classMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return VariableModifier and TypeMethodDescriptionQueryBody.GroupCondition.getVariable()SelectQuery.SelectionPair.getVariable()Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type VariableModifierConstructorDescriptionGroupCondition(Expression first, Variable second) SelectionPair(Expression first, Variable second)