Package org.drools.core.reteoo
Class ConditionalBranchNode.ConditionalBranchMemory
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<Memory>
org.drools.core.reteoo.ConditionalBranchNode.ConditionalBranchMemory
- All Implemented Interfaces:
Externalizable,Serializable,Memory,DoubleLinkedEntry<Memory>,SingleLinkedEntry<Memory>
- Enclosing class:
- ConditionalBranchNode
public static class ConditionalBranchNode.ConditionalBranchMemory
extends AbstractLinkedListNode<Memory>
implements Externalizable, Memory
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidreset()voidsetSegmentMemory(SegmentMemory segmentMemory) voidMethods 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
-
ConditionalBranchMemory
public ConditionalBranchMemory() -
ConditionalBranchMemory
-
-
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()
-