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 ParameterNodes.

Author:
bob@eng.werken.com
See Also:
ObjectType, ParameterNode, Rete

Method Summary
 ObjectType getObjectType()
          Retrieve the semantic ObjectType differentiator.
 

Method Detail

getObjectType

public ObjectType getObjectType()
Retrieve the semantic ObjectType differentiator.

Returns:
The semantic ObjectType differentiator.


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