org.drools.reteoo
Interface TerminalNode

All Superinterfaces:
TupleSink
All Known Implementing Classes:
TerminalNodeImpl

public interface TerminalNode
extends TupleSink

Leaf Rete-OO node responsible for enacting Actions on a matched Rule.

Author:
bob mcwhirter
See Also:
Rule, Action

Method Summary
 int getPriority()
          Retrieve the priority
 Rule getRule()
          Retrieve the Action associated with this node.
 

Method Detail

getPriority

public int getPriority()
Retrieve the priority
Returns:
The priority.

getRule

public Rule getRule()
Retrieve the Action associated with this node.
Returns:
The Action associated with this node.


Copyright © 2001-2003 The Werken Company. All Rights Reserved.