C# 클래스 PIXIEBatchProcessor.Program

The program.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/PIXIE

공개 메소드들

메소드 설명
AddResultToScoresTable ( string dataset, CrossSectionWorkflowResult chemicalResult, IImsTarget target, NumericTable table, IList colDef ) : int

The add result to scores table.

비공개 메소드들

메소드 설명
Main ( string args ) : void
ProcessFinishedTask ( ImsInformedProcess doneProcess, IList failedAnalyses ) : void
WaitUntilAtLeastOneTaskDone ( HashSet runningTasks ) : ImsInformedProcess

The wait until at least one task done.

메소드 상세

AddResultToScoresTable() 공개 정적인 메소드

The add result to scores table.
public static AddResultToScoresTable ( string dataset, CrossSectionWorkflowResult chemicalResult, IImsTarget target, NumericTable table, IList colDef ) : int
dataset string /// The dataset. ///
chemicalResult ImsInformed.Workflows.CrossSectionExtraction.CrossSectionWorkflowResult /// The chemical result. ///
target IImsTarget /// The target. ///
table NumericTable /// The table. ///
colDef IList /// The col def. ///
리턴 int