Drools :: Core 6.0.0.Beta2

org.drools.core.common
Interface Memory

All Superinterfaces:
Entry<Memory>, LinkedListNode<Memory>
All Known Implementing Classes:
AccumulateNode.AccumulateMemory, AlphaNode.AlphaMemory, BetaMemory, ConditionalBranchNode.ConditionalBranchMemory, EvalConditionNode.EvalMemory, FromNode.FromMemory, LeftInputAdapterNode.LiaNodeMemory, ObjectTypeNode.ObjectTypeNodeMemory, PathMemory, PropagationQueuingNode.PropagationQueueingNodeMemory, QueryElementNode.QueryElementNodeMemory, RiaPathMemory, RightInputAdapterNode.RiaNodeMemory, WindowNode.WindowMemory

public interface Memory
extends LinkedListNode<Memory>

A super interface for node memories


Method Summary
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Method Detail

getNodeType

short getNodeType()

getSegmentMemory

SegmentMemory getSegmentMemory()

Drools :: Core 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.