Rule Execution Server API

ilog.rules.res.session.ruleset
Interface IlrRuleInformation

All Superinterfaces:
IlrRuleflowElementInformation

public interface IlrRuleInformation
extends IlrRuleflowElementInformation

IlrRuleInformation represents information about a Rule.

Since:
7.0

Method Summary
 String getActionName()
          Returns the action name of the rule.
 Collection<IlrRuleAction> getActions()
          Deprecated. This method is deprecated because a DE rule can be associated only with a single action.
Use getActionName()
 
Methods inherited from interface ilog.rules.res.session.ruleset.IlrRuleflowElementInformation
getBusinessName, getName, getProperties, getUUID
 

Method Detail

getActions

Collection<IlrRuleAction> getActions()
Deprecated. This method is deprecated because a DE rule can be associated only with a single action.
Use getActionName()

Since:
8.5
Returns:
the actions contained in this rule, when the decision engine (DE) is used for execution.

getActionName

String getActionName()
Returns the action name of the rule.

Returns:
the action name

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013