public interface AFReducer
| Modifier and Type | Method and Description |
|---|---|
boolean |
reduce(AFConstraint constraint,
Set<AFConstraint> newConstraints)
Determines if the input constraint should be handled by this reducer.
|
boolean reduce(AFConstraint constraint, Set<AFConstraint> newConstraints)
constraint - The constraint to reducenewConstraints - The new constraints that may still need to be reduced