|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.reteoo.impl.ObjectTypeNodeImpl
Filters Objects
coming from 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.
ObjectTypeNode
,
ObjectType
,
ParameterNodeImpl
,
ReteImpl
Constructor Summary | |
ObjectTypeNodeImpl(ObjectType objectType)
Construct given a semantic ObjectType . |
Method Summary | |
ObjectType |
getObjectType()
Retrieve the semantic ObjectType differentiator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectTypeNodeImpl(ObjectType objectType)
ObjectType
.objectType
- The semantic object-type differentiator.Method Detail |
public ObjectType getObjectType()
ObjectType
differentiator.getObjectType
in interface ObjectTypeNode
ObjectType
differentiator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |