public class NotBelowQuantifierFeature extends BinaryFeature
| Modifier and Type | Field and Description | 
|---|---|
static Feature | 
INSTANCE  | 
TOP_COST, ZERO_COST| Modifier | Constructor and Description | 
|---|---|
private  | 
NotBelowQuantifierFeature()  | 
| Modifier and Type | Method and Description | 
|---|---|
private boolean | 
belowQuantifier(PosInOccurrence pos)  | 
boolean | 
filter(RuleApp app,
      PosInOccurrence pos,
      Goal goal)
Compute whether the result of the feature is zero ( 
true)
 or infinity (false) | 
computeCostpublic static final Feature INSTANCE
public 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 appliedprivate boolean belowQuantifier(PosInOccurrence pos)