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:
Externalizable,Serializable,Memory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- EvalConditionNode
public static class EvalConditionNode.EvalMemory extends AbstractBaseLinkedListNode<Memory> implements Externalizable, Memory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvalMemory()EvalMemory(Object context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetNodeType()SegmentMemorygetSegmentMemory()voidreadExternal(ObjectInput in)voidreset()voidsetSegmentMemory(SegmentMemory smem)voidwriteExternal(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
-
-
-
-
Field Detail
-
context
public Object context
-
-
Constructor Detail
-
EvalMemory
public EvalMemory()
-
EvalMemory
public EvalMemory(Object context)
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
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
-
-