ilog.rules.factory.translation
Class IlrBody
java.lang.Object
ilog.rules.factory.translation.IlrBody
public class IlrBody
- extends Object
Access to the body that a function used as a translation.
- Since:
- JRules 6.0
|
Method Summary |
String |
getBody()
Returns the body of a function, that is, IRL statements. |
void |
setBody(String body)
Sets the body of a function, that is, IRL statements. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlrBody
public IlrBody()
getBody
public String getBody()
- Returns the body of a function, that is, IRL statements.
- Returns:
- The IRL statements.
setBody
public void setBody(String body)
- Sets the body of a function, that is, IRL statements.
- Parameters:
body - The IRL statements.