public static class SuppressedContainer.ReductionValue extends java.lang.Object implements java.lang.Comparable<SuppressedContainer.ReductionValue>
The same type is used by the AnnunciatedContainer
Items are ordered by the number of events
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ID
The ID of the alarm
|
| Constructor and Description |
|---|
ReductionValue(java.lang.String id)
Canstructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SuppressedContainer.ReductionValue o) |
int |
getValue()
Getter
|
void |
inc()
Increment the counter
|
public ReductionValue(java.lang.String id)
id - The ID of the alarmpublic void inc()
public int getValue()
public int compareTo(SuppressedContainer.ReductionValue o)
compareTo in interface java.lang.Comparable<SuppressedContainer.ReductionValue>