Package org.drools.core.reteoo
Class EvalConditionNode.EvalMemory
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<Memory>
org.drools.core.reteoo.EvalConditionNode.EvalMemory
- All Implemented Interfaces:
Externalizable,Serializable,Memory,DoubleLinkedEntry<Memory>,SingleLinkedEntry<Memory>
- Enclosing class:
- EvalConditionNode
public static class EvalConditionNode.EvalMemory
extends AbstractLinkedListNode<Memory>
implements Externalizable, Memory
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.core.util.AbstractLinkedListNode
clear, getNext, getPrevious, setNext, setPreviousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.util.DoubleLinkedEntry
clear, getPrevious, setPreviousMethods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemoryMethods inherited from interface org.drools.core.util.SingleLinkedEntry
getNext, setNext
-
Field Details
-
context
-
-
Constructor Details
-
EvalMemory
public EvalMemory() -
EvalMemory
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getNodeType
public int getNodeType()- Specified by:
getNodeTypein interfaceMemory
-
setSegmentMemory
- Specified by:
setSegmentMemoryin interfaceMemory
-
getSegmentMemory
- Specified by:
getSegmentMemoryin interfaceMemory
-
reset
public void reset()
-