Rule Execution Server API

ilog.rules.factory.translation
Class IlrBody

java.lang.Object
  extended by ilog.rules.factory.translation.IlrBody
All Implemented Interfaces:
Serializable

public class IlrBody
extends Object
implements Serializable

Access to the body that a function used as a translation.

Since:
JRules 6.0
See Also:
Serialized Form

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.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013