Package org.drools.core.reteoo
Class EvalConditionNode.EvalMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.EvalConditionNode.EvalMemory
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,Memory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- EvalConditionNode
public static class EvalConditionNode.EvalMemory extends AbstractBaseLinkedListNode<Memory> implements java.io.Externalizable, Memory
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Objectcontext
-
Constructor Summary
Constructors Constructor Description EvalMemory()EvalMemory(java.lang.Object context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetNodeType()SegmentMemorygetSegmentMemory()voidreadExternal(java.io.ObjectInput in)voidreset()voidsetSegmentMemory(SegmentMemory smem)voidwriteExternal(java.io.ObjectOutput out)-
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, nullPrevNext, setNext, setPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
Methods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemory
-
-
-
-
Method Detail
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory smem)
- Specified by:
setSegmentMemoryin interfaceMemory
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
-