public abstract class CompareCostsFeature extends BinaryFeature
| Modifier and Type | Field and Description | 
|---|---|
protected Feature | 
a  | 
protected Feature | 
b  | 
TOP_COST, ZERO_COST| Modifier | Constructor and Description | 
|---|---|
private  | 
CompareCostsFeature(Feature a,
                   Feature b)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Feature | 
eq(Feature a,
  Feature b)  | 
static Feature | 
leq(Feature a,
   Feature b)  | 
static Feature | 
less(Feature a,
    Feature b)  | 
computeCost, filter