public abstract class MinimumMatchAbstractBuilder<T extends MinimumMatchAbstractBuilder<T>> extends Object
| Constructor and Description | 
|---|
MinimumMatchAbstractBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
withGreaterConditionMaxUnmatchedClauses(Integer condition)  | 
T | 
withGreaterConditionMaxUnmatchedPercent(Integer condition)  | 
T | 
withGreaterConditionMinClauses(Integer condition)  | 
T | 
withGreaterConditionMinPercent(Integer condition)  | 
T | 
withLesserConditionMaxUnmatchedClauses(Integer condition)  | 
T | 
withLesserConditionMaxUnmatchedPercent(Integer condition)  | 
T | 
withLesserConditionMinClauses(Integer condition)  | 
T | 
withLesserConditionMinPercent(Integer condition)  | 
T | 
withMaxUnmatchedClauses(Integer clauses)  | 
T | 
withMaxUnmatchedPercent(Integer clauses)  | 
T | 
withMinimumClauses(Integer clauses)  | 
T | 
withMinimumPercent(Integer clauses)  | 
public T withGreaterConditionMaxUnmatchedClauses(Integer condition)
public T withGreaterConditionMaxUnmatchedPercent(Integer condition)
public T withLesserConditionMaxUnmatchedClauses(Integer condition)