Class SymbolTranslator


  • public class SymbolTranslator
    extends java.lang.Object
    • Method Detail

      • translateSymbolToMeaning

        public java.lang.String translateSymbolToMeaning​(java.lang.String symbolName)
        Parameters:
        symbolName -
        Returns:
        The action associated to symbolName. If there isn't any action associated then it returns the parameter symbolName
      • translateMeaningToSymbol

        public java.lang.String translateMeaningToSymbol​(java.lang.String actionName)
        Parameters:
        actionName -
        Returns:
        The symbol associated to actionName. If there isn't any symbol associated then it returns the parameter actionName
      • clearAll

        public void clearAll()