Uses of Interface
dev.zemco.codegame.execution.io.IOutputSink
Packages that use IOutputSink
Package
Description
Provides execution capabilities to the application.
Provides instruction execution capabilities to execution.
Provides input and output capabilities to execution.
-
Uses of IOutputSink in dev.zemco.codegame.execution
Methods in dev.zemco.codegame.execution that return IOutputSinkModifier and TypeMethodDescriptionIExecutionContext.getOutputSink()Returns the output sink of the execution.ImmutableExecutionContext.getOutputSink()Constructors in dev.zemco.codegame.execution with parameters of type IOutputSinkModifierConstructorDescriptionImmutableExecutionContext(IExecutionEngine engine, IMemory memory, IInputSource inputSource, IOutputSink outputSink) Creates an instance ofImmutableExecutionContext, which holds the provided components. -
Uses of IOutputSink in dev.zemco.codegame.execution.engine
Constructors in dev.zemco.codegame.execution.engine with parameters of type IOutputSinkModifierConstructorDescriptionProgramExecutionEngine(Program program, IMemory memory, IInputSource inputSource, IOutputSink outputSink) Creates an instance ofProgramExecutionEnginethat executes a givenprogram. -
Uses of IOutputSink in dev.zemco.codegame.execution.io
Classes in dev.zemco.codegame.execution.io that implement IOutputSinkModifier and TypeClassDescriptionclassOutput sinkthat matches execution outputs to values frominput source.Methods in dev.zemco.codegame.execution.io that return IOutputSinkModifier and TypeMethodDescriptionIOutputSinkFactory.createVerifyingOutputSinkFromIterable(Iterable<Integer> iterable) Creates anoutput sinkthat verifies output values by matching them to values from aniterable.