Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class FromNode.FromMemory

java.lang.Object
  extended by org.drools.core.util.AbstractBaseLinkedListNode<Memory>
      extended by org.drools.core.reteoo.FromNode.FromMemory
All Implemented Interfaces:
Serializable, Memory, Entry<Memory>, LinkedListNode<Memory>
Enclosing class:
FromNode

public static class FromNode.FromMemory
extends AbstractBaseLinkedListNode<Memory>
implements Serializable, Memory

See Also:
Serialized Form

Field Summary
 ContextEntry[] alphaContexts
           
 BetaMemory betaMemory
           
 Object providerContext
           
 
Constructor Summary
FromNode.FromMemory(BetaMemory betaMemory, Object providerContext, AlphaNodeFieldConstraint[] constraints)
           
 
Method Summary
 BetaMemory getBetaMemory()
           
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 void setBetaMemory(BetaMemory betaMemory)
           
 void setSegmentMemory(SegmentMemory segmentMemory)
           
 
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.util.Entry
getNext, setNext
 

Field Detail

betaMemory

public BetaMemory betaMemory

providerContext

public Object providerContext

alphaContexts

public ContextEntry[] alphaContexts
Constructor Detail

FromNode.FromMemory

public FromNode.FromMemory(BetaMemory betaMemory,
                           Object providerContext,
                           AlphaNodeFieldConstraint[] constraints)
Method Detail

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Memory

getSegmentMemory

public SegmentMemory getSegmentMemory()
Specified by:
getSegmentMemory in interface Memory

setSegmentMemory

public void setSegmentMemory(SegmentMemory segmentMemory)
Specified by:
setSegmentMemory in interface Memory

getBetaMemory

public BetaMemory getBetaMemory()

setBetaMemory

public void setBetaMemory(BetaMemory betaMemory)

Drools :: Core 6.1.0.Beta1

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