Interface IMemoryService
- All Known Implementing Classes:
MemoryService
public interface IMemoryService
Service that manages business logic related to
memory.- Author:
- Erik Zemčík
-
Method Summary
Modifier and TypeMethodDescriptiongetConfiguredMemory(ProblemCaseMemorySettings memorySettings) Provides amemoryconfigured using the provided memory settings.
-
Method Details
-
getConfiguredMemory
Provides amemoryconfigured using the provided memory settings.This memory can be used for execution and evaluation related to the
problem casethat owns the provided memory settings.- Parameters:
memorySettings- settings to use to configure the memory- Returns:
- configured memory
- Throws:
IllegalArgumentException- ifmemorySettingsisnull
-