C# 클래스 BalloonsPop.Core.EngineCore

The core logic for requsting commands based on input and executing those commands in the provided context.
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

보호된 메소드들

메소드 설명
EngineCore ( IContext ctx, IUserInputValidator inputValidator, ICommandFactory cmdFactory, ILogger logger ) : System

Initializes a new instance of the EngineCore class.

GetCommand ( string userCommand ) : ICommand

메소드 상세

EngineCore() 보호된 메소드

Initializes a new instance of the EngineCore class.
protected EngineCore ( IContext ctx, IUserInputValidator inputValidator, ICommandFactory cmdFactory, ILogger logger ) : System
ctx IContext
inputValidator IUserInputValidator
cmdFactory ICommandFactory
logger ILogger
리턴 System

GetCommand() 보호된 메소드

protected GetCommand ( string userCommand ) : ICommand
userCommand string
리턴 ICommand