|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.ruleflow.core.impl.Node org.drools.ruleflow.core.impl.RuleSetNode
public class RuleSetNode
Default implementation of a RuleSet node.
Field Summary |
---|
Fields inherited from class org.drools.ruleflow.core.impl.Node |
---|
EMPTY_NODE_ARRAY |
Constructor Summary | |
---|---|
RuleSetNode()
|
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. |
protected void |
validateAddIncomingConnection(IConnection connection)
This method validates whether the given connection can be added. |
protected void |
validateAddOutgoingConnection(IConnection connection)
This method validates whether the given connection can be added. |
Methods inherited from class org.drools.ruleflow.core.impl.Node |
---|
addIncomingConnection, addOutgoingConnection, getId, getIncomingConnections, getName, getOutgoingConnections, removeIncomingConnection, removeOutgoingConnection, setId, setName, validateRemoveIncomingConnection, validateRemoveOutgoingConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.ruleflow.core.INode |
---|
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName |
Constructor Detail |
---|
public RuleSetNode()
Method Detail |
---|
public void setRuleFlowGroup(String ruleFlowGroup)
IRuleSetNode
setRuleFlowGroup
in interface IRuleSetNode
ruleFlowGroup
- The ruleflow-group of the RuleSetNodepublic String getRuleFlowGroup()
IRuleSetNode
getRuleFlowGroup
in interface IRuleSetNode
public IConnection getFrom()
IRuleSetNode
getFrom
in interface IRuleSetNode
public IConnection getTo()
IRuleSetNode
getTo
in interface IRuleSetNode
protected void validateAddIncomingConnection(IConnection connection)
Node
validateAddIncomingConnection
in class Node
connection
- the incoming connection to be addedprotected void validateAddOutgoingConnection(IConnection connection)
Node
validateAddOutgoingConnection
in class Node
connection
- the outgoin connection to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |