Uses of Interface
dev.zemco.codegame.execution.io.IInputSource
Packages that use IInputSource
Package
Description
Provides execution capabilities to the application.
Provides instruction execution capabilities to execution.
Provides input and output capabilities to execution.
-
Uses of IInputSource in dev.zemco.codegame.execution
Methods in dev.zemco.codegame.execution that return IInputSourceModifier and TypeMethodDescriptionIExecutionContext.getInputSource()Returns the input source of the execution.ImmutableExecutionContext.getInputSource()Constructors in dev.zemco.codegame.execution with parameters of type IInputSourceModifierConstructorDescriptionImmutableExecutionContext(IExecutionEngine engine, IMemory memory, IInputSource inputSource, IOutputSink outputSink) Creates an instance ofImmutableExecutionContext, which holds the provided components. -
Uses of IInputSource in dev.zemco.codegame.execution.engine
Constructors in dev.zemco.codegame.execution.engine with parameters of type IInputSourceModifierConstructorDescriptionProgramExecutionEngine(Program program, IMemory memory, IInputSource inputSource, IOutputSink outputSink) Creates an instance ofProgramExecutionEnginethat executes a givenprogram. -
Uses of IInputSource in dev.zemco.codegame.execution.io
Classes in dev.zemco.codegame.execution.io that implement IInputSourceMethods in dev.zemco.codegame.execution.io that return IInputSourceModifier and TypeMethodDescriptionIInputSourceFactory.createInputSourceFromIterable(Iterable<Integer> iterable) Creates aninput sourcethat provides its values from aniterable.Constructors in dev.zemco.codegame.execution.io with parameters of type IInputSourceModifierConstructorDescriptionVerifyingInputSourceToOutputSinkAdapter(IInputSource inputSource) Creates an instance ofVerifyingInputSourceToOutputSinkAdapterby adapting existinginput source.