Package | Description |
---|---|
org.andromda.core.translation.library |
Contains the translation-library support.
|
Modifier and Type | Method and Description |
---|---|
static LibraryTranslation |
LibraryTranslationFinder.findLibraryTranslation(String translation)
Finds the LibraryTranslation with the specified translationName.
|
protected LibraryTranslation |
Translation.getLibraryTranslation()
Gets the LibraryTranslation to which this Translation belongs.
|
LibraryTranslation |
Library.getLibraryTranslation(String name)
Retrieves the LibraryTranslation with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LibraryTranslation> |
Library.getLibraryTranslations()
Gets the LibraryTranslation instances (keyed by name) which are part of this Library.
|
Modifier and Type | Method and Description |
---|---|
void |
Library.addLibraryTranslation(LibraryTranslation libraryTranslation)
Adds a new LibraryTranslation.
|
protected void |
Translation.setLibraryTranslation(LibraryTranslation translation)
Sets the LibraryTranslation to which this Translation belongs.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.