Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.infer |
Modifier and Type | Field and Description |
---|---|
protected QuantifierArgumentReplacer |
Quantifier.replacer
The implementation of the functions that compute any parameters this quantifier may have.
|
Constructor and Description |
---|
AtLeastQuantifier(String q,
Collection col,
FirstOrderConstraint con,
int m,
QuantifierArgumentReplacer qar)
This constructor specifies a variable setter for when this quantifier is itself quantified.
|
AtMostQuantifier(String q,
Collection col,
FirstOrderConstraint con,
int m,
QuantifierArgumentReplacer qar)
This constructor specifies a variable setter for when this quantifier is itself quantified.
|
ExistentialQuantifier(String q,
Collection col,
FirstOrderConstraint con,
QuantifierArgumentReplacer qar)
This constructor specifies a variable setter for when this quantifier is itself quantified.
|
Quantifier(String q,
Collection col,
FirstOrderConstraint con,
QuantifierArgumentReplacer qar)
This constructor specifies a variable setter for when this quantifier is itself quantified.
|
UniversalQuantifier(String q,
Collection col,
FirstOrderConstraint con,
QuantifierArgumentReplacer qar)
This constructor specifies a variable setter for when this quantifier is itself quantified.
|
Copyright © 2016. All rights reserved.