| |
|
| java.lang.Object org.andromda.core.translation.library.LibraryTranslationFinder
LibraryTranslationFinder | public class LibraryTranslationFinder (Code) | | Finds LibraryTranslations by code>translation (i.e. library and name).
author: Chad Brandon |
libraryTranslations | final protected static Map libraryTranslations(Code) | | Stores the found library translations.
|
findLibrary | protected static Library findLibrary(String libraryName)(Code) | | Finds the library with the specified libraryName.
Parameters: libraryName - the Library found or null if none is found. |
findLibraryTranslation | public static LibraryTranslation findLibraryTranslation(String translation)(Code) | | Finds the LibraryTranslation with the specified translationName.
Parameters: translation - the name of the translation to find. the LibraryTranslation found or null if none is found. |
|
|
|