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
 Collection<IlrRuleAction> getActions()
           
 
Methods inherited from interface ilog.rules.res.session.ruleset.IlrRuleflowElementInformation
getBusinessName, getName, getProperties, getUUID
 

Method Detail

getActions

Collection<IlrRuleAction> getActions()
Since:
8.5
Returns:
the actions contained in this rule, when using the decision engine for execution

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013