| |
|
| java.lang.Object org.andromda.translation.ocl.testsuite.ExpressionTest
ExpressionTest | public class ExpressionTest (Code) | | Represents a ExpressionText object loaded into an TranslatorTestConfig object.
author: Chad Brandon |
Method Summary | |
public String | getFrom() Gets the from translation. | public String | getTo() Gets the translation to which the translation should match. | public void | setFrom(String from) Set the from translation. | public void | setTo(String to) Sets the translation to which the translation should match after the translation of the 'from' property occurs. |
getFrom | public String getFrom()(Code) | | Gets the from translation.
String |
getTo | public String getTo()(Code) | | Gets the translation to which the translation should match.
String |
setFrom | public void setFrom(String from)(Code) | | Set the from translation.
Parameters: from - the expression from which translation occurs. |
setTo | public void setTo(String to)(Code) | | Sets the translation to which the translation should match after the translation of the 'from' property occurs.
Parameters: to - |
|
|
|