public static class ReteQueryElementNode.QueryResultRetractAction
extends org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
implements org.drools.core.common.WorkingMemoryAction
| Constructor and Description |
|---|
ReteQueryElementNode.QueryResultRetractAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
ReteQueryElementNode.QueryResultRetractAction(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) |
getNext, isMarshallable, requiresImmediateFlushingIfNotFiring, setNextpublic ReteQueryElementNode.QueryResultRetractAction(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.QueryResultRetractAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
throws IOException
IOExceptionpublic void write(org.drools.core.marshalling.impl.MarshallerWriteContext context)
throws IOException
IOExceptionpublic org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
throws IOException
serialize in interface org.drools.core.common.WorkingMemoryActionIOExceptionpublic void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
execute in interface org.drools.core.phreak.PropagationEntrypublic void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
execute in interface org.drools.core.phreak.PropagationEntryexecute in class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntrypublic org.drools.core.reteoo.LeftTuple getLeftTuple()
public void writeExternal(ObjectOutput out) throws IOException
IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.