org.rhq.domain.correlation
Class CorrelationItem
java.lang.Object
org.rhq.domain.correlation.CorrelationItem
public class CorrelationItem
- extends java.lang.Object
One rule item for a CorrelationRule
.
- Author:
- Heiko W. Rupp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorrelationItem
public CorrelationItem(ResultState resultState,
int red,
int yellow,
int green,
int invalid)
matches
public boolean matches(int reds,
int yellows,
int greens,
int invalids)
getId
public int getId()
getRed
public int getRed()
getYellow
public int getYellow()
getGreen
public int getGreen()
getInvalid
public int getInvalid()
getResultState
public ResultState getResultState()