Uses of Class
dev.zemco.codegame.problems.ProblemCaseMemorySettings
Packages that use ProblemCaseMemorySettings
Package
Description
Provides memory capabilities to execution.
Components related to problems solvable by the player.
-
Uses of ProblemCaseMemorySettings in dev.zemco.codegame.execution.memory
Methods in dev.zemco.codegame.execution.memory with parameters of type ProblemCaseMemorySettingsModifier and TypeMethodDescriptionIMemoryService.getConfiguredMemory(ProblemCaseMemorySettings memorySettings) Provides amemoryconfigured using the provided memory settings.MemoryService.getConfiguredMemory(ProblemCaseMemorySettings memorySettings) -
Uses of ProblemCaseMemorySettings in dev.zemco.codegame.problems
Methods in dev.zemco.codegame.problems that return ProblemCaseMemorySettingsModifier and TypeMethodDescriptionProblemCase.getMemorySettings()Returnsmemory settingswhich are used to configure memory during validation.Constructors in dev.zemco.codegame.problems with parameters of type ProblemCaseMemorySettingsModifierConstructorDescriptionProblemCase(List<Integer> inputs, List<Integer> expectedOutputs, ProblemCaseMemorySettings memorySettings) Creates an instance ofProblemCase.