public class ConditionMatchRecognizeStatesMax extends Object implements BaseCondition
Constructor and Description |
---|
ConditionMatchRecognizeStatesMax(long max,
Map<DeploymentIdNamePair,Long> counts)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Map<DeploymentIdNamePair,Long> |
getCounts()
Returns the per-statement count.
|
long |
getMax()
Returns the limit reached.
|
public ConditionMatchRecognizeStatesMax(long max, Map<DeploymentIdNamePair,Long> counts)
max
- limit reachedcounts
- the number of state counts per statementpublic long getMax()
public Map<DeploymentIdNamePair,Long> getCounts()
Copyright © 2005–2018. All rights reserved.