|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rhq.domain.correlation.MetricNormRuleItem
public class MetricNormRuleItem
One single expression of a metric normalization rule along with its result state. This would e.g. contain "> 2.0" ==> YELLOW
Constructor Summary | |
---|---|
MetricNormRuleItem(ResultState resultState,
NormalizationOperator operator,
java.lang.String value)
Create a new RuleItem. |
Method Summary | |
---|---|
int |
getId()
Technical primary key |
NormalizationOperator |
getOperator()
Returns the NormalizationOperator used to compare |
ResultState |
getResultState()
Returns the ResultState |
java.lang.String |
getValue()
Returns the reference value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetricNormRuleItem(ResultState resultState, NormalizationOperator operator, java.lang.String value)
resultState
- What ResultState
should be returned, if the item matches?operator
- The operator to compare valuesvalue
- the reference valueMethod Detail |
---|
public java.lang.String getValue()
public ResultState getResultState()
ResultState
public NormalizationOperator getOperator()
NormalizationOperator
used to compare
public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |