Class StationTracker.DestinationStatistics

All Implemented Interfaces:
Serializable
Enclosing class:
StationTracker

public static class StationTracker.DestinationStatistics extends StationTracker.AddressStatistics<String,StationTracker.DestinationStatistics>
Usage statistics for a particular tocall (destination) callsign in AX.25 traffic.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

    • DestinationStatistics

      public DestinationStatistics(String dest)
      Create a new DestinationStatistics counter object.
      Parameters:
      dest - String callsign or tocall for these statistics
  • Method Details

    • getKey

      public String getKey()
      Get the identifier for the statistics.
      Specified by:
      getKey in class StationTracker.AddressStatistics<String,StationTracker.DestinationStatistics>
      Returns:
      statistics identifier
    • addStationReference

      public void addStationReference(String stationCallsign)
      Add a reference to a station.
      Parameters:
      stationCallsign - String callsign-SSID of the sending station
    • getStationCount

      public int getStationCount()
      Get the number of stations using this tocall.
      Returns:
      number of using stations