org.drools.ruleflow.core
Interface EndNode

All Superinterfaces:
Node, java.io.Serializable
All Known Implementing Classes:
EndNodeImpl

public interface EndNode
extends Node

Represents an end node in a RuleFlow. An end node has one incoming and no outgoing connections.

Author:
Kris Verlaenen

Method Summary
 Connection getFrom()
          Convenience method for returning the incoming IConnection.
 
Methods inherited from interface org.drools.ruleflow.core.Node
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName
 

Method Detail

getFrom

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

Returns:
the incoming IConnection