org.drools.reteoo
Class ReteooWorkingMemory.QueryInsertAction
java.lang.Object
org.drools.reteoo.ReteooWorkingMemory.QueryInsertAction
- All Implemented Interfaces:
- Externalizable, Serializable, WorkingMemoryAction
- Enclosing class:
- ReteooWorkingMemory
public static class ReteooWorkingMemory.QueryInsertAction
- extends Object
- implements WorkingMemoryAction
- See Also:
- Serialized Form
ReteooWorkingMemory.QueryInsertAction
public ReteooWorkingMemory.QueryInsertAction(PropagationContext context)
ReteooWorkingMemory.QueryInsertAction
public ReteooWorkingMemory.QueryInsertAction(PropagationContext context,
InternalFactHandle factHandle,
LeftTuple leftTuple,
QueryElementNode node)
ReteooWorkingMemory.QueryInsertAction
public ReteooWorkingMemory.QueryInsertAction(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
write
public void write(MarshallerWriteContext context)
throws IOException
- Specified by:
write
in interface WorkingMemoryAction
- Throws:
IOException
serialize
public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
throws IOException
- Specified by:
serialize
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-2012 JBoss by Red Hat. All Rights Reserved.