org.drools.reteoo
Interface ObjectTypeNode
- All Known Implementing Classes:
- ObjectTypeNodeImpl
- public interface ObjectTypeNode
Filters Objects
coming entering the Rete
using a ObjectType
semantic module.
It receives Objects
from the Rete
,
uses a ObjectType
instance to determine membership,
and propagates matching Objects
further to all
matching ParameterNode
s.
- Author:
- bob@eng.werken.com
- See Also:
ObjectType
,
ParameterNode
,
Rete
getObjectType
public ObjectType getObjectType()
- Retrieve the semantic
ObjectType
differentiator.
- Returns:
- The semantic
ObjectType
differentiator.
Copyright © 2001-2002 The Werken Company. All Rights Reserved.