public abstract class ArgumentReplacer extends Object
FirstOrderConstraint
representations. The methods of this
class are used to compute new values for the arguments of quantified constraint expressions.FirstOrderConstraint
Modifier and Type | Field and Description |
---|---|
protected Object[] |
context
The settings of non-quantification variables in context at the equality in question.
|
protected Vector |
quantificationVariables
The settings of quantification variables in context at the equality in question.
|
Constructor and Description |
---|
ArgumentReplacer(Object[] c)
Initializing constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setQuantificationVariables(Vector q)
Provides the settings of quantification variables.
|
protected Object[] context
protected Vector quantificationVariables
public ArgumentReplacer(Object[] c)
c
- The context of the corresponding quantified constraint expression, except for
quantification variables.public void setQuantificationVariables(Vector q)
q
- The settings of quantification variables.Copyright © 2016. All rights reserved.