public class InstantiatedSVFeature extends BinaryTacletAppFeature
| Modifier and Type | Field and Description |
|---|---|
private ProjectionToTerm |
instProj |
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
protected |
InstantiatedSVFeature(Name svName) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
create(Name svName) |
protected boolean |
filter(TacletApp app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
filtercomputeCostprivate final ProjectionToTerm instProj
protected InstantiatedSVFeature(Name svName)
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