/// <summary> /// /// </summary> public EvaluationResultSet(EvaluativeOccurence evaluativeItem) { _evaluativeItem = evaluativeItem; }
/// <summary> /// Will evaluate the given IEvaluative instance agains this Evaluator and provide the result. /// </summary> /// <returns></returns> public abstract EvaluationResultSet Evaluate(EvaluativeOccurence evaluative);