C# Class BalloonsPop.Core.EngineCore

The core logic for requsting commands based on input and executing those commands in the provided context.
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes protégées

Méthode Description
EngineCore ( IContext ctx, IUserInputValidator inputValidator, ICommandFactory cmdFactory, ILogger logger ) : System

Initializes a new instance of the EngineCore class.

GetCommand ( string userCommand ) : ICommand

Method Details

EngineCore() protected méthode

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
Résultat System

GetCommand() protected méthode

protected GetCommand ( string userCommand ) : ICommand
userCommand string
Résultat ICommand