Class SegmentMemory.MemoryPrototype

java.lang.Object
org.drools.core.reteoo.SegmentMemory.MemoryPrototype
Direct Known Subclasses:
SegmentMemory.AccumulateMemoryPrototype, SegmentMemory.AsyncReceiveMemoryPrototype, SegmentMemory.AsyncSendMemoryPrototype, SegmentMemory.BetaMemoryPrototype, SegmentMemory.ConditionalBranchMemoryPrototype, SegmentMemory.EvalMemoryPrototype, SegmentMemory.FromMemoryPrototype, SegmentMemory.LiaMemoryPrototype, SegmentMemory.QueryMemoryPrototype, SegmentMemory.ReactiveFromMemoryPrototype, SegmentMemory.RightInputAdapterPrototype, SegmentMemory.TerminalPrototype, SegmentMemory.TimerMemoryPrototype
Enclosing class:
SegmentMemory

public abstract static class SegmentMemory.MemoryPrototype extends Object
  • Field Details

    • nodePosMaskBit

      protected long nodePosMaskBit
  • Constructor Details

    • MemoryPrototype

      public MemoryPrototype()
  • Method Details

    • get

      public static SegmentMemory.MemoryPrototype get(Memory memory)
    • populateMemory

      public abstract void populateMemory(ReteEvaluator reteEvaluator, Memory memory)
    • setNodePosMaskBit

      public void setNodePosMaskBit(long nodePosMaskBit)
    • getNodePosMaskBit

      public long getNodePosMaskBit()