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 Tuple<Set<Var>> |
mentionedVarsByPosition(Op... ops) |
static Tuple<Set<Var>> |
mentionedVarsByPosition(Op op) |
static Set<Var> |
visibleVars(Op op) |
static void |
visibleVars(Op op,
Set<Var> acc) |
Licenced under the Apache License, Version 2.0