当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
IStartNode (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.ruleflow.core
Interface IStartNode
- All Superinterfaces:
- INode, Serializable
- All Known Implementing Classes:
- StartNode
public interface IStartNode
- extends INode
Represents a start node in a RuleFlow.
A start node has no incoming and one outgoing connection.
- Author:
- Kris Verlaenen
Method Summary |
IConnection |
getTo()
Convenience method for returning the outgoing IConnection . |
getTo
IConnection getTo()
- Convenience method for returning the outgoing
IConnection
.
- Returns:
- the outgoing
IConnection
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.