public class MinimumMatch extends DslCloneable
Modifier and Type | Class and Description |
---|---|
static class |
MinimumMatch.Operand |
Constructor and Description |
---|
MinimumMatch(Integer clauses,
MinimumMatch.Operand operand,
Integer condition) |
Modifier and Type | Method and Description |
---|---|
MinimumMatch |
clone() |
Integer |
getClauses() |
Integer |
getCondition() |
MinimumMatch.Operand |
getOperand() |
clone, deepClone
public MinimumMatch(Integer clauses, MinimumMatch.Operand operand, Integer condition)
public Integer getClauses()
public MinimumMatch.Operand getOperand()
public Integer getCondition()
public MinimumMatch clone()
clone
in class DslCloneable