public class TacletRequiringInstantiationFeature extends BinaryTacletAppFeature
| Modifier and Type | Field and Description |
|---|---|
static Feature |
INSTANCE |
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
private |
TacletRequiringInstantiationFeature() |
| 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
private TacletRequiringInstantiationFeature()
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