public class ConfigurationRuntimeMatchRecognize
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ConfigurationRuntimeMatchRecognize() |
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.lang.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 java.lang.Long getMaxStates()
public void setMaxStates(java.lang.Long maxStates)
maxStates
- state countpublic boolean isMaxStatesPreventStart()
public void setMaxStatesPreventStart(boolean maxStatesPreventStart)
maxStatesPreventStart
- indicate whether enforced or not