Class EngineContext


  • public final class EngineContext
    extends java.lang.Object
    EngineContext contains information required by an Engine.
    • Method Detail

      • getOptions

        public Options getOptions()
      • getModel

        public Model getModel()
      • getStatistics

        public Statistics getStatistics()
      • getDelaySlotSize

        public int getDelaySlotSize()
      • getCodeAllocationAddress

        public long getCodeAllocationAddress()
      • setCodeAllocationAddress

        public void setCodeAllocationAddress​(long value)
      • setCodeAllocator

        public void setCodeAllocator​(CodeAllocator codeAllocator)
      • setDirectiveFactory

        public void setDirectiveFactory​(DirectiveFactory value)
      • getCustomContext

        public java.lang.Object getCustomContext​(java.lang.String id)
      • setCustomContext

        public void setCustomContext​(java.lang.String id,
                                     java.lang.Object context)