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