ilog.rules.brl.translation
Class IlrActionCodeStatement
java.lang.Object
ilog.rules.brl.translation.IlrStatement
ilog.rules.brl.translation.IlrActionStatement
ilog.rules.brl.translation.IlrActionCodeStatement
- All Implemented Interfaces:
- IlrCodeStatement, IlrNamedStatement, Serializable
public class IlrActionCodeStatement
- extends IlrActionStatement
- implements IlrCodeStatement
Defines a code statement for the action part.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlrActionCodeStatement
public IlrActionCodeStatement()
setCodeFor
public void setCodeFor(String code,
String targetLanguage)
- Sets the code for the specified target language.
- Parameters:
code - The code to be printed.
getCodeFor
public String getCodeFor(String targetLanguage)
- Returns the code for the specified target language.
- Specified by:
getCodeFor in interface IlrCodeStatement
- Parameters:
targetLanguage - The target language.
- Returns:
- The code for the specified target language.