Class MemoryService

java.lang.Object
dev.zemco.codegame.execution.memory.MemoryService
All Implemented Interfaces:
IMemoryService

public class MemoryService extends Object implements IMemoryService
Implementation of business logic related to memory.
Author:
Erik Zemčík
  • Constructor Details

  • Method Details

    • getConfiguredMemory

      public IMemory getConfiguredMemory(ProblemCaseMemorySettings memorySettings)
      Description copied from interface: IMemoryService
      Provides a memory configured using the provided memory settings.

      This memory can be used for execution and evaluation related to the problem case that owns the provided memory settings.

      Specified by:
      getConfiguredMemory in interface IMemoryService
      Parameters:
      memorySettings - settings to use to configure the memory
      Returns:
      configured memory