public static class ReteQueryElementNode.QueryResultInsertAction extends Object implements org.drools.core.common.WorkingMemoryAction
Constructor and Description |
---|
ReteQueryElementNode.QueryResultInsertAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
ReteQueryElementNode.QueryResultInsertAction(org.drools.core.spi.PropagationContext context) |
ReteQueryElementNode.QueryResultInsertAction(org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.reteoo.QueryElementNode node) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.drools.core.common.InternalKnowledgeRuntime kruntime) |
void |
execute(org.drools.core.common.InternalWorkingMemory workingMemory) |
org.drools.core.reteoo.LeftTuple |
getLeftTuple() |
void |
readExternal(ObjectInput in) |
org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action |
serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
String |
toString() |
void |
write(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
writeExternal(ObjectOutput out) |
public ReteQueryElementNode.QueryResultInsertAction(org.drools.core.spi.PropagationContext context)
public ReteQueryElementNode.QueryResultInsertAction(org.drools.core.spi.PropagationContext context, org.drools.core.common.InternalFactHandle factHandle, org.drools.core.reteoo.LeftTuple leftTuple, org.drools.core.reteoo.QueryElementNode node)
public ReteQueryElementNode.QueryResultInsertAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
IOException
public void write(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
write
in interface org.drools.core.common.WorkingMemoryAction
IOException
public org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
serialize
in interface org.drools.core.common.WorkingMemoryAction
public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
execute
in interface org.drools.core.common.WorkingMemoryAction
public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
execute
in interface org.drools.core.common.WorkingMemoryAction
public org.drools.core.reteoo.LeftTuple getLeftTuple()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.