public static class StationTracker.DigipeatStatistics extends StationTracker.AddressStatistics<java.lang.String,StationTracker.DigipeatStatistics>
Modifier and Type | Field and Description |
---|---|
boolean |
enabledAsFirst
Whether this digipeater is enabled for filtering by the
FirstDigipeatFilter . |
int |
firstUsed
Number of times this digipeater was the first digipeater for another station.
|
enabled, numUsed, rowIndex
Constructor and Description |
---|
DigipeatStatistics(java.lang.String digipeater)
Create a DigipeatStatistics object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Get the identifier for the statistics.
|
getValue, toString
public int firstUsed
public boolean enabledAsFirst
FirstDigipeatFilter
.public DigipeatStatistics(java.lang.String digipeater)
digipeater
- String callsign of the monitored digipeaterpublic java.lang.String getKey()
getKey
in class StationTracker.AddressStatistics<java.lang.String,StationTracker.DigipeatStatistics>