org.rhq.domain.correlation
Class NormalizationRule

java.lang.Object
  extended by org.rhq.domain.correlation.NormalizationRule
Direct Known Subclasses:
AvailabilityNormalizationRule, MetricNormalizationRule, OperationsNormalizationRule

public abstract class NormalizationRule
extends java.lang.Object

This is the base class for rules of the normalization part of correlation.

Author:
Heiko W. Rupp

Constructor Summary
NormalizationRule()
           
 
Method Summary
 int getId()
          Technical primary key
 java.lang.String getRuleName()
          Return the name of this rule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalizationRule

public NormalizationRule()
Method Detail

getRuleName

public java.lang.String getRuleName()
Return the name of this rule

Returns:
name of this rule

getId

public int getId()
Technical primary key