org.drools.reteoo
Class PartitionTaskManager.LeftTupleAssertAction

java.lang.Object
  extended by org.drools.reteoo.PartitionTaskManager.LeftTupleAction
      extended by org.drools.reteoo.PartitionTaskManager.LeftTupleAssertAction
All Implemented Interfaces:
Externalizable, Serializable, Comparable<PartitionTaskManager.Action>, PartitionTaskManager.Action
Enclosing class:
PartitionTaskManager

public static class PartitionTaskManager.LeftTupleAssertAction
extends PartitionTaskManager.LeftTupleAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.reteoo.PartitionTaskManager.LeftTupleAction
context, leftTuple, priority, sink
 
Fields inherited from interface org.drools.reteoo.PartitionTaskManager.Action
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL
 
Constructor Summary
PartitionTaskManager.LeftTupleAssertAction()
           
PartitionTaskManager.LeftTupleAssertAction(LeftTuple leftTuple, PropagationContext context, LeftTupleSink sink, int priority)
           
 
Method Summary
 void execute(InternalWorkingMemory workingMemory)
           
 
Methods inherited from class org.drools.reteoo.PartitionTaskManager.LeftTupleAction
compareTo, getPriority, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionTaskManager.LeftTupleAssertAction

public PartitionTaskManager.LeftTupleAssertAction()

PartitionTaskManager.LeftTupleAssertAction

public PartitionTaskManager.LeftTupleAssertAction(LeftTuple leftTuple,
                                                  PropagationContext context,
                                                  LeftTupleSink sink,
                                                  int priority)
Method Detail

execute

public void execute(InternalWorkingMemory workingMemory)
Specified by:
execute in interface PartitionTaskManager.Action
Specified by:
execute in class PartitionTaskManager.LeftTupleAction


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.