站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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.
 
Methods inherited from interface org.drools.ruleflow.core.INode
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName
 

Method Detail

getFrom

IConnection getFrom()
Convenience method for returning the incoming IConnection.

Returns:
the incoming IConnection


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