org.drools.reteoo
Interface ConditionNode
- All Superinterfaces:
- TupleSink, TupleSource
- All Known Implementing Classes:
- ConditionNodeImpl
- public interface ConditionNode
- extends TupleSource, TupleSink
Node which filters ReteTuple
s.
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
getCondition
public Condition getCondition()
- Retrieve the
Condition
associated
with this node.
- Returns:
- The
Condition
.
Copyright © 2001-2002 The Werken Company. All Rights Reserved.