public final class DependencyContractFeature extends BinaryFeature
TOP_COST, ZERO_COST| Constructor and Description |
|---|
DependencyContractFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filter(RuleApp app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
private void |
removePreviouslyUsedSteps(Term focus,
Goal goal,
java.util.List<PosInOccurrence> steps) |
computeCostprivate void removePreviouslyUsedSteps(Term focus, Goal goal, java.util.List<PosInOccurrence> steps)
protected boolean filter(RuleApp app, PosInOccurrence pos, Goal goal)
BinaryFeaturetrue)
or infinity (false)filter in class BinaryFeatureapp - the RuleApppos - position where app is to be appliedgoal - the goal on which app is to be applied