Class MinimumMatchAbstractBuilder<T extends MinimumMatchAbstractBuilder<T>>

    • Constructor Detail

      • MinimumMatchAbstractBuilder

        public MinimumMatchAbstractBuilder()
    • Method Detail

      • withMinimumClauses

        public T withMinimumClauses​(java.lang.Integer clauses)
      • withMaxUnmatchedClauses

        public T withMaxUnmatchedClauses​(java.lang.Integer clauses)
      • withMinimumPercent

        public T withMinimumPercent​(java.lang.Integer clauses)
      • withMaxUnmatchedPercent

        public T withMaxUnmatchedPercent​(java.lang.Integer clauses)
      • withGreaterConditionMinClauses

        public T withGreaterConditionMinClauses​(java.lang.Integer condition)
      • withGreaterConditionMaxUnmatchedClauses

        public T withGreaterConditionMaxUnmatchedClauses​(java.lang.Integer condition)
      • withGreaterConditionMinPercent

        public T withGreaterConditionMinPercent​(java.lang.Integer condition)
      • withGreaterConditionMaxUnmatchedPercent

        public T withGreaterConditionMaxUnmatchedPercent​(java.lang.Integer condition)
      • withLesserConditionMinClauses

        public T withLesserConditionMinClauses​(java.lang.Integer condition)
      • withLesserConditionMaxUnmatchedClauses

        public T withLesserConditionMaxUnmatchedClauses​(java.lang.Integer condition)
      • withLesserConditionMinPercent

        public T withLesserConditionMinPercent​(java.lang.Integer condition)
      • withLesserConditionMaxUnmatchedPercent

        public T withLesserConditionMaxUnmatchedPercent​(java.lang.Integer condition)