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