Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Variable
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return Variable Modifier and Type Method Description Variable
BindAtom. getBoundVariable()
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type Variable Modifier and Type Method Description java.util.List<Variable>
Negation. getExistentialVariables()
java.util.List<Variable>
Aggregate. getGroupVariables()
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Variable Modifier and Type Method Description static Aggregate
Aggregate. create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)
static BindAtom
BindAtom. create(Expression expression, Variable boundVariable)
static Negation
Negation. create(Variable[] existentialVariable, Atom[] negatedAtoms)
Method parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type Variable Modifier and Type Method Description static Negation
Negation. create(java.util.List<Variable> existentialVariables, java.util.List<Atom> negatedAtoms)
Constructors in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Variable Constructor Description Bind(FunctionCall functionCall, Variable boundVariable)
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.expression
Fields in tech.oxfordsemantic.jrdfox.logic.expression declared as Variable Modifier and Type Field Description static Variable[]
Variable. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return Variable Modifier and Type Method Description static Variable
Variable. create(java.lang.String name)
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return Variable Modifier and Type Method Description Variable
BindPattern. getBoundVariable()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type Variable Modifier and Type Method Description java.util.List<Variable>
ValuesPattern. getVariables()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Variable Modifier and Type Method Description static BindPattern
BindPattern. create(Expression expression, Variable boundVariable)
static ValuesPattern
ValuesPattern. create(Variable[] variables, Resource[]... data)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type Variable Modifier and Type Method Description static ValuesPattern
ValuesPattern. create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data)
-
Uses of Variable in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Variable Modifier and Type Method Description Variable
QueryBody.GroupCondition. getVariable()
Variable
SelectQuery.SelectionPair. getVariable()
Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Variable Constructor Description GroupCondition(Expression first, Variable second)
SelectionPair(Expression first, Variable second)