org.ka2ddo.yaac.gui
Class TocallToDescriptionMap

java.lang.Object
  extended by org.ka2ddo.yaac.gui.TocallToDescriptionMap

public class TocallToDescriptionMap
extends java.lang.Object

This class collects the localized mappings of to-call patterns to sender descriptions.


Nested Class Summary
static class TocallToDescriptionMap.TocallDescription
          Data structure containing the description and capabilities of an APRS station with a specific tocall.
 
Method Summary
static TocallToDescriptionMap.TocallDescription get(java.lang.String tocall)
          Find the description of a tocall string.
 TocallToDescriptionMap getInstance()
          Get the singleton object for translating tocalls into descriptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public TocallToDescriptionMap getInstance()
Get the singleton object for translating tocalls into descriptions.

Returns:
TocallToDescriptionMap singleton object

get

public static TocallToDescriptionMap.TocallDescription get(java.lang.String tocall)
Find the description of a tocall string.

Parameters:
tocall - String tocall to decode
Returns:
TocallDescription data structure, or null if tocall could not be decoded