Uses of Class
org.rhq.domain.correlation.NormalizationOperator

Packages that use NormalizationOperator
org.rhq.domain.correlation   
 

Uses of NormalizationOperator in org.rhq.domain.correlation
 

Methods in org.rhq.domain.correlation that return NormalizationOperator
 NormalizationOperator MetricNormRuleItem.getOperator()
          Returns the NormalizationOperator used to compare
static NormalizationOperator NormalizationOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NormalizationOperator[] NormalizationOperator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.rhq.domain.correlation with parameters of type NormalizationOperator
MetricNormRuleItem(ResultState resultState, NormalizationOperator operator, java.lang.String value)
          Create a new RuleItem.