public static class ASTStaticBindingsOptimizer.InlineTasks extends Object
apply() method.| Constructor and Description |
|---|
ASTStaticBindingsOptimizer.InlineTasks(IVariable var,
IConstant<IV> val,
List<IQueryNode> nodes)
Construct an inline task
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Applies the
ASTStaticBindingsOptimizer.InlineTasks for the variable through the given
constant to the patterns specified in the task. |
IVariable |
getVar() |
public ASTStaticBindingsOptimizer.InlineTasks(IVariable var, IConstant<IV> val, List<IQueryNode> nodes)
var - the variable to inlineval - the known value for the variablenodes - the nodes in which inlining is validpublic IVariable getVar()
public void apply()
ASTStaticBindingsOptimizer.InlineTasks for the variable through the given
constant to the patterns specified in the task.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.