Package FAtiMA.culture
Class SymbolTranslator
java.lang.Object
FAtiMA.culture.SymbolTranslator
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearAll()static SymbolTranslatortranslateMeaningToSymbol(String actionName) translateSymbolToMeaning(String symbolName)
-
Method Details
-
GetInstance
-
addEntry
- Throws:
DuplicateSymbolTranslatorEntry
-
translateSymbolToMeaning
- Parameters:
symbolName-- Returns:
- The action associated to symbolName. If there isn't any action associated then it returns the parameter symbolName
-
translateMeaningToSymbol
- 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()
-