C# Class Appccelerate.EvaluationEngine.Questioner

Asks questions without knowing how they are answered.
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
Ask ( ) : void

Asks questions on the evaluation engine without knowledge how they are solved.

Questioner ( IEvaluationEngine evaluationEngine ) : System

Initializes a new instance of the Questioner class.

Method Details

Ask() public method

Asks questions on the evaluation engine without knowledge how they are solved.
public Ask ( ) : void
return void

Questioner() public method

Initializes a new instance of the Questioner class.
public Questioner ( IEvaluationEngine evaluationEngine ) : System
evaluationEngine IEvaluationEngine The evaluation engine.
return System