|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Var in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query that return types with arguments of type Var | |
|---|---|
java.util.List<Var> |
Query.getBindingVariables()
Binding variables |
java.util.List<Var> |
Query.getProjectVars()
Return a list of the variables requested (SELECT) |
| Methods in com.hp.hpl.jena.query with parameters of type Var | |
|---|---|
void |
Query.addGroupBy(Var v,
Expr expr)
|
| Method parameters in com.hp.hpl.jena.query with type arguments of type Var | |
|---|---|
void |
Query.setBindings(java.util.List<Var> variables,
java.util.List<Binding> values)
|
| Constructors in com.hp.hpl.jena.query with parameters of type Var | |
|---|---|
SortCondition(Var var,
int dir)
|
|
| Uses of Var in com.hp.hpl.jena.query.larq |
|---|
| Methods in com.hp.hpl.jena.query.larq with parameters of type Var | |
|---|---|
QueryIterator |
LuceneSearch.boundSubject(Binding binding,
com.hp.hpl.jena.graph.Node match,
Var score,
java.lang.String searchString,
long limit,
float scoreLimit,
ExecutionContext execCxt)
|
QueryIterator |
LuceneSearch.varSubject(Binding binding,
Var match,
Var score,
java.lang.String searchString,
long limit,
float scoreLimit,
ExecutionContext execCxt)
|
| Uses of Var in com.hp.hpl.jena.sparql.algebra |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra that return types with arguments of type Var | |
|---|---|
static java.util.Set<Var> |
OpVars.allVars(Op op)
|
java.util.List<Var> |
Table.getVars()
|
static java.util.Set<Var> |
OpVars.patternVars(Op op)
|
| Methods in com.hp.hpl.jena.sparql.algebra with parameters of type Var | |
|---|---|
static Table |
TableFactory.create(Var var,
com.hp.hpl.jena.graph.Node value)
|
| Method parameters in com.hp.hpl.jena.sparql.algebra with type arguments of type Var | |
|---|---|
static void |
OpVars.allVars(Op op,
java.util.Set<Var> acc)
|
static void |
OpVars.patternVars(Op op,
java.util.Set<Var> acc)
|
static void |
OpVars.vars(BasicPattern pattern,
java.util.Collection<Var> acc)
|
void |
OpAsQuery.Converter.visit(OpGroup opGroup,
java.util.Map<Var,Var> subs)
|
void |
OpAsQuery.Converter.visit(OpGroup opGroup,
java.util.Map<Var,Var> subs)
|
| Uses of Var in com.hp.hpl.jena.sparql.algebra.op |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra.op that return types with arguments of type Var | |
|---|---|
java.util.List<Var> |
OpProject.getVars()
|
| Methods in com.hp.hpl.jena.sparql.algebra.op with parameters of type Var | |
|---|---|
static Op |
OpAssign.assign(Op op,
Var var,
Expr expr)
|
static Op |
OpExtend.extend(Op op,
Var var,
Expr expr)
|
| Constructor parameters in com.hp.hpl.jena.sparql.algebra.op with type arguments of type Var | |
|---|---|
OpProject(Op subOp,
java.util.List<Var> vars)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.algebra.table |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra.table that return types with arguments of type Var | |
|---|---|
java.util.List<Var> |
TableUnit.getVars()
|
java.util.List<Var> |
TableN.getVars()
|
java.util.List<Var> |
Table1.getVars()
|
java.util.List<Var> |
TableEmpty.getVars()
|
| Constructors in com.hp.hpl.jena.sparql.algebra.table with parameters of type Var | |
|---|---|
Table1(Var var,
com.hp.hpl.jena.graph.Node value)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.core |
|---|
| Fields in com.hp.hpl.jena.sparql.core declared as Var | |
|---|---|
static Var |
Var.ANON
|
| Methods in com.hp.hpl.jena.sparql.core that return Var | |
|---|---|
static Var |
Var.alloc(ExprVar nv)
|
static Var |
Var.alloc(com.hp.hpl.jena.graph.Node_Variable v)
|
static Var |
Var.alloc(com.hp.hpl.jena.graph.Node v)
|
static Var |
Var.alloc(java.lang.String varName)
|
static Var |
Var.alloc(Var v)
|
Var |
VarAlloc.allocVar()
|
| Methods in com.hp.hpl.jena.sparql.core that return types with arguments of type Var | |
|---|---|
java.util.Map<Var,Expr> |
VarExprList.getExprs()
|
java.util.List<Var> |
VarExprList.getVars()
|
static java.util.List<Var> |
Var.varList(java.util.Collection<java.lang.String> varNames)
Convert a collection of variable names to variables |
| Methods in com.hp.hpl.jena.sparql.core with parameters of type Var | |
|---|---|
void |
VarExprList.add(Var var)
|
void |
VarExprList.add(Var var,
Expr expr)
|
static Var |
Var.alloc(Var v)
|
boolean |
VarExprList.contains(Var var)
|
com.hp.hpl.jena.graph.Node |
VarExprList.get(Var var,
Binding binding,
FunctionEnv funcEnv)
|
Expr |
VarExprList.getExpr(Var var)
|
boolean |
VarExprList.hasExpr(Var var)
|
static boolean |
Var.isAnonVar(Var var)
|
static com.hp.hpl.jena.graph.Node |
Var.lookup(Binding binding,
Var var)
|
static Op |
Substitute.substitute(Op op,
Var var,
com.hp.hpl.jena.graph.Node node)
|
| Method parameters in com.hp.hpl.jena.sparql.core with type arguments of type Var | |
|---|---|
static java.util.List<java.lang.String> |
Var.varNames(java.util.Collection<Var> vars)
Return a list of String names from a collection of variables |
| Constructor parameters in com.hp.hpl.jena.sparql.core with type arguments of type Var | |
|---|---|
VarExprList(java.util.List<Var> vars)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.engine |
|---|
| Method parameters in com.hp.hpl.jena.sparql.engine with type arguments of type Var | |
|---|---|
static ExprList |
VarRename.rename(ExprList exprList,
java.util.Set<Var> constants)
Rename all variables in an expression, EXCEPT for those named as constant |
static Expr |
VarRename.rename(Expr expr,
java.util.Set<Var> constants)
|
static Op |
VarRename.rename(Op op,
java.util.Collection<Var> constants)
Rename all variables in a pattern, EXCEPT for those named as constant |
| Constructor parameters in com.hp.hpl.jena.sparql.engine with type arguments of type Var | |
|---|---|
RenamerVars(java.util.Collection<Var> constants,
java.lang.String varPrefix)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.engine.binding |
|---|
| Methods in com.hp.hpl.jena.sparql.engine.binding that return types with arguments of type Var | |
|---|---|
java.util.Iterator<Var> |
Binding.vars()
Iterate over all variables of this binding. |
java.util.Iterator<Var> |
BindingNamedVar.vars()
|
java.util.Iterator<Var> |
BindingWrapped.vars()
|
java.util.Iterator<Var> |
BindingBase.vars()
Iterate over all the names of variables. |
java.util.Iterator<Var> |
BindingMap.vars1()
Iterate over all the names of variables. |
java.util.Iterator<Var> |
Binding1.vars1()
Iterate over all the names of variables. |
java.util.Iterator<Var> |
Binding0.vars1()
Iterate over all the names of variables. |
| Methods in com.hp.hpl.jena.sparql.engine.binding with parameters of type Var | |
|---|---|
void |
Binding.add(Var var,
com.hp.hpl.jena.graph.Node node)
Add a (var, value) pair- the value must not be null |
void |
BindingFixed.add(Var var,
com.hp.hpl.jena.graph.Node node)
|
void |
BindingWrapped.add(Var var,
com.hp.hpl.jena.graph.Node node)
|
void |
BindingBase.add(Var var,
com.hp.hpl.jena.graph.Node node)
Add a (var,value) - the node value is never null |
static Binding |
BindingFactory.binding(Binding parent,
Var var,
com.hp.hpl.jena.graph.Node node)
Create a binding of one (var, value) pair |
static Binding |
BindingFactory.binding(Var var,
com.hp.hpl.jena.graph.Node node)
|
boolean |
Binding.contains(Var var)
Test whether a variable is bound to some object |
boolean |
BindingWrapped.contains(Var var)
|
boolean |
BindingBase.contains(Var var)
Test whether a name is bound to some object |
boolean |
BindingMap.contains1(Var var)
|
boolean |
Binding1.contains1(Var n)
|
boolean |
Binding0.contains1(Var var)
|
com.hp.hpl.jena.graph.Node |
Binding.get(Var var)
Return the object bound to a variable, or null |
com.hp.hpl.jena.graph.Node |
BindingNamedVar.get(Var var)
|
com.hp.hpl.jena.graph.Node |
BindingWrapped.get(Var var)
|
com.hp.hpl.jena.graph.Node |
BindingBase.get(Var var)
Return the object bound to a name, or null |
com.hp.hpl.jena.graph.Node |
BindingMap.get1(Var var)
|
com.hp.hpl.jena.graph.Node |
Binding1.get1(Var v)
|
com.hp.hpl.jena.graph.Node |
Binding0.get1(Var var)
|
| Constructor parameters in com.hp.hpl.jena.sparql.engine.binding with type arguments of type Var | |
|---|---|
BindingProject(java.util.Collection<Var> vars,
Binding bind)
|
|
BindingProject(java.util.Collection<Var> vars,
Binding bind,
Binding parent)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.engine.iterator |
|---|
| Methods in com.hp.hpl.jena.sparql.engine.iterator that return Var | |
|---|---|
static Var[] |
QueryIterBlockTriplesQH.projectionVars(java.util.Set<Var> vars)
|
| Methods in com.hp.hpl.jena.sparql.engine.iterator that return types with arguments of type Var | |
|---|---|
java.util.List<Var> |
QueryIterProject.getProjectionVars()
|
| Methods in com.hp.hpl.jena.sparql.engine.iterator with parameters of type Var | |
|---|---|
static QueryIterSingleton |
QueryIterSingleton.create(Binding parent,
Var var,
com.hp.hpl.jena.graph.Node value,
ExecutionContext execCxt)
|
| Method parameters in com.hp.hpl.jena.sparql.engine.iterator with type arguments of type Var | |
|---|---|
static Var[] |
QueryIterBlockTriplesQH.projectionVars(java.util.Set<Var> vars)
|
| Constructors in com.hp.hpl.jena.sparql.engine.iterator with parameters of type Var | |
|---|---|
QueryIterExtendByVar(Binding binding,
Var var,
java.util.Iterator<com.hp.hpl.jena.graph.Node> members,
ExecutionContext execCxt)
|
|
| Constructor parameters in com.hp.hpl.jena.sparql.engine.iterator with type arguments of type Var | |
|---|---|
QueryIterProject(QueryIterator input,
java.util.List<Var> vars,
ExecutionContext qCxt)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.engine.main |
|---|
| Methods in com.hp.hpl.jena.sparql.engine.main that return types with arguments of type Var | |
|---|---|
static java.util.Set<Var> |
VarFinder.filter(Op op)
|
static java.util.Set<Var> |
VarFinder.fixed(Op op)
|
java.util.Set<Var> |
VarFinder.getFilter()
|
java.util.Set<Var> |
VarFinder.getFixed()
|
java.util.Set<Var> |
VarFinder.getOpt()
|
static java.util.Set<Var> |
LeftJoinClassifier.nonLinearVars(OpLeftJoin op)
|
static java.util.Set<Var> |
VarFinder.optDefined(Op op)
|
| Uses of Var in com.hp.hpl.jena.sparql.engine.ref |
|---|
| Method parameters in com.hp.hpl.jena.sparql.engine.ref with type arguments of type Var | |
|---|---|
Table |
EvaluatorSimple.project(Table table,
java.util.List<Var> projectVars)
|
Table |
Evaluator.project(Table table,
java.util.List<Var> projectVars)
|
| Uses of Var in com.hp.hpl.jena.sparql.expr |
|---|
| Methods in com.hp.hpl.jena.sparql.expr that return Var | |
|---|---|
Var |
Expr.asVar()
Convert to a Var variable. |
Var |
ExprAggregator.asVar()
|
Var |
ExprNode.asVar()
|
Var |
ExprVar.asVar()
|
Var |
ExprAggregator.getVar()
|
| Methods in com.hp.hpl.jena.sparql.expr that return types with arguments of type Var | |
|---|---|
java.util.Set<Var> |
Expr.getVarsMentioned()
|
java.util.Set<Var> |
ExprList.getVarsMentioned()
|
java.util.Set<Var> |
ExprNode.getVarsMentioned()
|
static java.util.Set<Var> |
ExprVars.getVarsMentioned(Expr expr)
|
| Methods in com.hp.hpl.jena.sparql.expr with parameters of type Var | |
|---|---|
Expr |
ExprAggregator.copy(Var v)
|
Expr |
ExprVar.copy(Var v)
|
void |
ExprAggregator.setVar(Var v)
|
| Method parameters in com.hp.hpl.jena.sparql.expr with type arguments of type Var | |
|---|---|
void |
Expr.varsMentioned(java.util.Collection<Var> acc)
|
void |
ExprList.varsMentioned(java.util.Collection<Var> acc)
|
void |
ExprNode.varsMentioned(java.util.Collection<Var> acc)
|
static void |
ExprVars.varsMentioned(java.util.Collection<Var> acc,
Expr expr)
|
| Constructors in com.hp.hpl.jena.sparql.expr with parameters of type Var | |
|---|---|
ExprAggregator(Var v,
Aggregator agg)
|
|
ExprVar(Var v)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.graph |
|---|
| Methods in com.hp.hpl.jena.sparql.graph that return types with arguments of type Var | |
|---|---|
static java.util.List<Var> |
NodeTransformLib.transformVars(NodeTransform nodeTransform,
java.util.List<Var> varList)
|
| Method parameters in com.hp.hpl.jena.sparql.graph with type arguments of type Var | |
|---|---|
static java.util.List<Var> |
NodeTransformLib.transformVars(NodeTransform nodeTransform,
java.util.List<Var> varList)
|
| Uses of Var in com.hp.hpl.jena.sparql.lang.arq |
|---|
| Methods in com.hp.hpl.jena.sparql.lang.arq that return Var | |
|---|---|
Var |
ARQParser.Var()
|
| Uses of Var in com.hp.hpl.jena.sparql.lang.rdql |
|---|
| Methods in com.hp.hpl.jena.sparql.lang.rdql that return Var | |
|---|---|
Var |
Q_Var.asVar()
|
| Uses of Var in com.hp.hpl.jena.sparql.lang.sparql_10 |
|---|
| Methods in com.hp.hpl.jena.sparql.lang.sparql_10 that return Var | |
|---|---|
Var |
SPARQLParser10.Var()
|
| Uses of Var in com.hp.hpl.jena.sparql.lang.sparql_11 |
|---|
| Methods in com.hp.hpl.jena.sparql.lang.sparql_11 that return Var | |
|---|---|
Var |
SPARQLParser11.Var()
|
| Uses of Var in com.hp.hpl.jena.sparql.sse.builders |
|---|
| Methods in com.hp.hpl.jena.sparql.sse.builders that return Var | |
|---|---|
static Var |
BuilderNode.buildVar(Item item)
|
| Methods in com.hp.hpl.jena.sparql.sse.builders that return types with arguments of type Var | |
|---|---|
static java.util.List<Var> |
BuilderNode.buildVarList(Item item)
|
static java.util.List<Var> |
BuilderNode.buildVarList(ItemList list)
|
static java.util.List<Var> |
BuilderNode.buildVars(ItemList list)
|
| Uses of Var in com.hp.hpl.jena.sparql.syntax |
|---|
| Methods in com.hp.hpl.jena.sparql.syntax that return Var | |
|---|---|
Var |
ElementBind.getVar()
|
Var |
ElementAssign.getVar()
|
| Methods in com.hp.hpl.jena.sparql.syntax that return types with arguments of type Var | |
|---|---|
static java.util.Set<Var> |
PatternVars.vars(Element element)
|
static java.util.Set<Var> |
PatternVars.vars(java.util.Set<Var> s,
Element element)
|
java.util.Set<Var> |
Element.varsMentioned()
Deprecated. Use PatternVars.vars(com.hp.hpl.jena.sparql.syntax.Element) |
| Method parameters in com.hp.hpl.jena.sparql.syntax with type arguments of type Var | |
|---|---|
static java.util.Set<Var> |
PatternVars.vars(java.util.Set<Var> s,
Element element)
|
| Constructors in com.hp.hpl.jena.sparql.syntax with parameters of type Var | |
|---|---|
ElementAssign(Var v,
Expr expr)
|
|
ElementBind(Var v,
Expr expr)
|
|
| Constructor parameters in com.hp.hpl.jena.sparql.syntax with type arguments of type Var | |
|---|---|
PatternVarsVisitor(java.util.Set<Var> s)
|
|
| Uses of Var in com.hp.hpl.jena.sparql.util |
|---|
| Methods in com.hp.hpl.jena.sparql.util that return types with arguments of type Var | |
|---|---|
static java.util.Set<Var> |
VarUtils.getVars(com.hp.hpl.jena.graph.Triple triple)
|
| Methods in com.hp.hpl.jena.sparql.util with parameters of type Var | |
|---|---|
static QueryIterator |
IterLib.oneResult(Binding binding,
Var var,
com.hp.hpl.jena.graph.Node value,
ExecutionContext execCxt)
|
| Method parameters in com.hp.hpl.jena.sparql.util with type arguments of type Var | |
|---|---|
static void |
VarUtils.addVar(java.util.Set<Var> acc,
com.hp.hpl.jena.graph.Node n)
|
static void |
VarUtils.addVarsFromTriple(java.util.Set<Var> acc,
com.hp.hpl.jena.graph.Triple t)
|
static void |
VarUtils.addVarsFromTriplePath(java.util.Set<Var> acc,
TriplePath tpath)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||