站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

IRuleSetNode (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.ruleflow.core
Interface IRuleSetNode

All Superinterfaces:
INode, Serializable
All Known Implementing Classes:
RuleSetNode

public interface IRuleSetNode
extends INode

Represents a node containing a set of rules in a RuleFlow.

Author:
Kris Verlaenen

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

getFrom

IConnection getFrom()
Returns the incoming connection of the RuleSetNode.

Returns:
the incoming connection of the RuleSetNode.

getTo

IConnection getTo()
Returns the outgoing connection of the RuleSetNode.

Returns:
the outgoing connection of the RuleSetNode.

getRuleFlowGroup

String getRuleFlowGroup()
Returns the ruleflow-group of the RuleSetNode.

Returns:
the ruleflow-group of the RuleSetNode.

setRuleFlowGroup

void setRuleFlowGroup(String ruleFlowGroup)
Sets the ruleflow-group of the RuleSetNode.

Parameters:
ruleFlowGroup - The ruleflow-group of the RuleSetNode
Throws:
IllegalArgumentException - if type is null


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.