Uses of Interface
dev.zemco.codegame.execution.memory.IMemoryService
Packages that use IMemoryService
Package
Description
Provides execution capabilities to the application.
Provides memory capabilities to execution.
-
Uses of IMemoryService in dev.zemco.codegame.execution
Constructors in dev.zemco.codegame.execution with parameters of type IMemoryServiceModifierConstructorDescriptionProgramExecutionService(IMemoryService memoryService, IInputSourceFactory inputSourceFactory, IOutputSinkFactory outputSinkFactory) Creates an instance ofProgramExecutionEngine. -
Uses of IMemoryService in dev.zemco.codegame.execution.memory
Classes in dev.zemco.codegame.execution.memory that implement IMemoryService