org.drools.reteoo
Interface ConditionNode

All Superinterfaces:
TupleSink, TupleSource
All Known Implementing Classes:
ConditionNodeImpl

public interface ConditionNode
extends TupleSource, TupleSink

Node which filters ReteTuples.

Using a semantic FilterCondition, this node may allow or disallow Tuples to proceed further through the Rete-OO network.

Author:
bob mcwhirter
See Also:
Condition

Method Summary
 Condition getCondition()
          Retrieve the Condition associated with this node.
 
Methods inherited from interface org.drools.reteoo.TupleSource
getTupleDeclarations, getTupleSink
 

Method Detail

getCondition

public Condition getCondition()
Retrieve the Condition associated with this node.

Returns:
The Condition.


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