C# Класс PIXIEBatchProcessor.ResultAggregator

The result aggregator.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProcessResultFiles ( string analysisDirectory, AnalysisLibrary lib ) : void

process result files collected and generate the CCS/mz DB.

ResultAggregator ( IEnumerable processes ) : System

Initializes a new instance of the ResultAggregator class.

Описание методов

ProcessResultFiles() публичный Метод

process result files collected and generate the CCS/mz DB.
///
public ProcessResultFiles ( string analysisDirectory, AnalysisLibrary lib ) : void
analysisDirectory string /// The analysis directory. ///
lib PIXIEBatchProcessor.Export.AnalysisLibrary
Результат void

ResultAggregator() публичный Метод

Initializes a new instance of the ResultAggregator class.
public ResultAggregator ( IEnumerable processes ) : System
processes IEnumerable /// The processes. ///
Результат System