ILOG JRules

ilog.rules.factory.translation
Class IlrBody

java.lang.Object
  extended by 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

Constructor Summary
IlrBody()
           
 
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
 

Constructor Detail

IlrBody

public IlrBody()
Method Detail

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.

ILOG JRules