public class SVNeedsInstantiation extends InstantiatedSVFeature
| Modifier and Type | Field and Description |
|---|---|
private Name |
svName |
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
protected |
SVNeedsInstantiation(Name svName) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
create(java.lang.String svName) |
protected boolean |
filter(TacletApp app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
createfiltercomputeCostprivate Name svName
protected SVNeedsInstantiation(Name svName)
public static Feature create(java.lang.String svName)
protected boolean filter(TacletApp app, PosInOccurrence pos, Goal goal)
BinaryTacletAppFeaturetrue)
or infinity (false)filter in class InstantiatedSVFeatureapp - the TacletApppos - position where app is to be appliedgoal - the goal on which app is to be applied