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

Method Detail

getTo

IConnection getTo()
Convenience method for returning the outgoing IConnection.

Returns:
the outgoing IConnection


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