org.drools.reteoo
Class ReteooWorkingMemory.EvaluateResultConstraints

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

public static class ReteooWorkingMemory.EvaluateResultConstraints
extends Object
implements WorkingMemoryAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.drools.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
 
Constructor Summary
ReteooWorkingMemory.EvaluateResultConstraints(AccumulateNode.ActivitySource source, LeftTuple leftTuple, PropagationContext context, InternalWorkingMemory workingMemory, AccumulateNode.AccumulateMemory memory, AccumulateNode.AccumulateContext accctx, boolean useLeftMemory, AccumulateNode node)
           
ReteooWorkingMemory.EvaluateResultConstraints(MarshallerReaderContext context)
           
ReteooWorkingMemory.EvaluateResultConstraints(PropagationContext context)
           
 
Method Summary
 void execute(InternalKnowledgeRuntime kruntime)
           
 void execute(InternalWorkingMemory workingMemory)
           
 AccumulateNode.ActivitySource getSource()
           
 void readExternal(ObjectInput in)
           
 ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
           
 void setSource(AccumulateNode.ActivitySource source)
           
 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.EvaluateResultConstraints

public ReteooWorkingMemory.EvaluateResultConstraints(PropagationContext context)

ReteooWorkingMemory.EvaluateResultConstraints

public ReteooWorkingMemory.EvaluateResultConstraints(AccumulateNode.ActivitySource source,
                                                     LeftTuple leftTuple,
                                                     PropagationContext context,
                                                     InternalWorkingMemory workingMemory,
                                                     AccumulateNode.AccumulateMemory memory,
                                                     AccumulateNode.AccumulateContext accctx,
                                                     boolean useLeftMemory,
                                                     AccumulateNode node)

ReteooWorkingMemory.EvaluateResultConstraints

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

write

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

serialize

public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
Specified by:
serialize in interface WorkingMemoryAction

execute

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

execute

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

getSource

public AccumulateNode.ActivitySource getSource()

setSource

public void setSource(AccumulateNode.ActivitySource source)

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-2012 JBoss by Red Hat. All Rights Reserved.