public class OpVars extends Object
Constructor and Description |
---|
OpVars() |
Modifier and Type | Method and Description |
---|---|
static Set<Var> |
fixedVars(Op op)
The set of variables that wil be in every solution of this Op
|
static void |
fixedVars(Op op,
Set<Var> acc) |
static Collection<Var> |
mentionedVars(Op op) |
static void |
mentionedVars(Op op,
Set<Var> acc) |
static org.apache.jena.atlas.lib.Tuple<Set<Var>> |
mentionedVarsByPosition(Op... ops) |
static org.apache.jena.atlas.lib.Tuple<Set<Var>> |
mentionedVarsByPosition(Op op) |
static Set<Var> |
visibleVars(Op op) |
static void |
visibleVars(Op op,
Set<Var> acc) |
public static Set<Var> fixedVars(Op op)
public static org.apache.jena.atlas.lib.Tuple<Set<Var>> mentionedVarsByPosition(Op op)
public static org.apache.jena.atlas.lib.Tuple<Set<Var>> mentionedVarsByPosition(Op... ops)
public static Collection<Var> mentionedVars(Op op)
Licenced under the Apache License, Version 2.0