org.drools.reteoo
Class ReteooWorkingMemory.QueryResultRetractAction
java.lang.Object
org.drools.reteoo.ReteooWorkingMemory.QueryResultRetractAction
- All Implemented Interfaces:
- Externalizable, Serializable, WorkingMemoryAction
- Enclosing class:
- ReteooWorkingMemory
public static class ReteooWorkingMemory.QueryResultRetractAction
- extends Object
- implements WorkingMemoryAction
- See Also:
- Serialized Form
ReteooWorkingMemory.QueryResultRetractAction
public ReteooWorkingMemory.QueryResultRetractAction(PropagationContext context,
InternalFactHandle factHandle,
LeftTuple leftTuple,
QueryElementNode node)
ReteooWorkingMemory.QueryResultRetractAction
public ReteooWorkingMemory.QueryResultRetractAction(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
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
getLeftTuple
public LeftTuple getLeftTuple()
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.