Package | Description |
---|---|
org.andromda.core.translation |
Defines the AndroMDA translation-library support.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Translator.translate(String translationLibrary,
String expression,
Object contextElement)
Translates the expression into a translated Expression instance.
|
Expression |
ExpressionTranslator.translate(String translationName,
String expression,
Object contextElement)
Performs translation of the
expression by looking up the
translationName from the available Translation-Libraries
found on the classpath. |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.