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 VariableBindAtom. 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 AggregateAggregate. create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)static BindAtomBindAtom. create(Expression expression, Variable boundVariable)static NegationNegation. 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 NegationNegation. create(java.util.List<Variable> existentialVariable, 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_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.expression that return Variable Modifier and Type Method Description static VariableVariable. 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 VariableBindPattern. 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 BindPatternBindPattern. create(Expression expression, Variable boundVariable)static ValuesPatternValuesPattern. 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 ValuesPatternValuesPattern. 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 VariableQueryBody.GroupCondition. getVariable()VariableSelectQuery.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)