|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleSetNode
Represents a node containing a set of rules in a RuleFlow.
Method Summary | |
---|---|
IConnection |
getFrom()
Returns the incoming connection of the RuleSetNode. |
String |
getRuleFlowGroup()
Returns the ruleflow-group of the RuleSetNode. |
IConnection |
getTo()
Returns the outgoing connection of the RuleSetNode. |
void |
setRuleFlowGroup(String ruleFlowGroup)
Sets the ruleflow-group of the RuleSetNode. |
Methods inherited from interface org.drools.ruleflow.core.INode |
---|
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName |
Method Detail |
---|
IConnection getFrom()
IConnection getTo()
String getRuleFlowGroup()
void setRuleFlowGroup(String ruleFlowGroup)
ruleFlowGroup
- The ruleflow-group of the RuleSetNode
IllegalArgumentException
- if type is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |