org.drools.reteoo
Class ReteooWorkingMemory.QueryInsertModifyAction

java.lang.Object
  extended by org.drools.reteoo.ReteooWorkingMemory.QueryInsertModifyAction
All Implemented Interfaces:
Externalizable, Serializable, WorkingMemoryAction
Enclosing class:
ReteooWorkingMemory

public static class ReteooWorkingMemory.QueryInsertModifyAction
extends Object
implements WorkingMemoryAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.drools.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
 
Constructor Summary
ReteooWorkingMemory.QueryInsertModifyAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryInsertModifyAction(PropagationContext context)
           
ReteooWorkingMemory.QueryInsertModifyAction(PropagationContext context, InternalFactHandle factHandle, LeftTuple leftTuple, int[] varIndexes, List<Integer> srcVarIndexes, QueryElementNode node)
           
 
Method Summary
 void execute(InternalKnowledgeRuntime kruntime)
           
 void execute(InternalWorkingMemory workingMemory)
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void write(MarshallerWriteContext context)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReteooWorkingMemory.QueryInsertModifyAction

public ReteooWorkingMemory.QueryInsertModifyAction(PropagationContext context)

ReteooWorkingMemory.QueryInsertModifyAction

public ReteooWorkingMemory.QueryInsertModifyAction(PropagationContext context,
                                                   InternalFactHandle factHandle,
                                                   LeftTuple leftTuple,
                                                   int[] varIndexes,
                                                   List<Integer> srcVarIndexes,
                                                   QueryElementNode node)

ReteooWorkingMemory.QueryInsertModifyAction

public ReteooWorkingMemory.QueryInsertModifyAction(MarshallerReaderContext context)
                                            throws IOException
Throws:
IOException
Method Detail

write

public void write(MarshallerWriteContext context)
           throws IOException
Specified by:
write in interface WorkingMemoryAction
Throws:
IOException

execute

public void execute(InternalWorkingMemory workingMemory)
Specified by:
execute in interface WorkingMemoryAction

execute

public void execute(InternalKnowledgeRuntime kruntime)
Specified by:
execute in interface WorkingMemoryAction

toString

public String toString()
Overrides:
toString in class Object

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


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