public class DiffFindAndIfFeature extends BinaryTacletAppFeature
| Modifier and Type | Field and Description |
|---|---|
static Feature |
INSTANCE
the single instance of this feature
|
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
private |
DiffFindAndIfFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filter(TacletApp app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
filtercomputeCostpublic static final Feature INSTANCE
protected boolean filter(TacletApp app, PosInOccurrence pos, Goal goal)
BinaryTacletAppFeaturetrue)
or infinity (false)filter in class BinaryTacletAppFeatureapp - the TacletApppos - position where app is to be appliedgoal - the goal on which app is to be applied