org.drools.reteoo
Class PartitionTaskManager.FactAssertAction

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

public static class PartitionTaskManager.FactAssertAction
extends PartitionTaskManager.FactAction

See Also:
Serialized Form

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

Constructor Detail

PartitionTaskManager.FactAssertAction

public PartitionTaskManager.FactAssertAction(InternalFactHandle handle,
                                             PropagationContext context,
                                             ObjectSink sink,
                                             int priority)
Method Detail

execute

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


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.