public static class ConfigurationEngineDefaults.MatchRecognize extends Object implements Serializable
Constructor and Description |
---|
MatchRecognize() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxStates()
Returns the maximum number of states
|
boolean |
isMaxStatesPreventStart()
Returns true, the default, to indicate that if there is a maximum defined
it is being enforced and new states are not allowed.
|
void |
setMaxStates(Long maxStates)
Sets the maximum number of states
|
void |
setMaxStatesPreventStart(boolean maxStatesPreventStart)
Set to true, the default, to indicate that if there is a maximum defined
it is being enforced and new states are not allowed.
|
public Long getMaxStates()
public void setMaxStates(Long maxStates)
maxStates
- state countpublic boolean isMaxStatesPreventStart()
public void setMaxStatesPreventStart(boolean maxStatesPreventStart)
maxStatesPreventStart
- indicate whether enforced or not