Exemplo n.º 1
0
 public IsotopicSearchNode()
 {
     ComponentName          = "IsotopicSearch";
     CompopnentExcutionName = "IsotopeSearchExcutable";
     Mass        = 300.09;
     ComponentUi = new ComponentUIInfo();
 }
Exemplo n.º 2
0
 public GroupNode()
 {
     ComponentName          = "EndGroup";
     CompopnentExcutionName = "ClientGroupExecutable";
     CompNodeValidation     = NodeValidationType.Group;
     ComponentUi            = new ComponentUIInfo();
 }
Exemplo n.º 3
0
 public BatchNode()
 {
     ComponentName          = "EndBatch";
     CompopnentExcutionName = "ClientBatchExecutable";
     CompNodeValidation     = NodeValidationType.Batch;
     ComponentUi            = new ComponentUIInfo();
 }
Exemplo n.º 4
0
 public HelloWorldNode()
 {
     ComponentUi            = new ComponentUIInfo();
     ComponentName          = "HelloWorldNode";    //this class name
     Name                   = "Hello World";       //any name
     CompopnentExcutionName = "HelloWorldProcess"; //the process this node executing
     ComponentList          = new List <string>();
 }
Exemplo n.º 5
0
 public PeakDiscoverNode()
 {
     ComponentUi            = new ComponentUIInfo();
     ComponentName          = "PeakDiscoverNode"; //this class name
     Name                   = "Peak Discover";    //any name
     CompopnentExcutionName = "FramePeakProcess"; //the process this node executing
     ComponentList          = new List <string>();
 }
Exemplo n.º 6
0
 public MMDFFilterNode()
 {
     ComponentName          = "MMDFFilter";
     CompopnentExcutionName = "MMDFExecutable";
     FolderSelection        = new ThermoFolderSelection();
     ComponentUi            = new ComponentUIInfo();
     Filters = new List <MassFilter>();
 }
 public PeakAnnotationNode()
 {
     ComponentUi            = new ComponentUIInfo();
     ComponentName          = "PeakAnnotationNode";
     Name                   = "PeakAnnotation";
     CompopnentExcutionName = "PeakAnnotationProcess";
     ComponentList          = new List <string>();
 }
Exemplo n.º 8
0
 public TraceBuldNode()
 {
     ComponentUi            = new ComponentUIInfo();
     ComponentName          = "TraceBuldNode";
     Name                   = "TraceBuild";
     CompopnentExcutionName = "TraceBuildProcess";
     ComponentList          = new List <string>();
 }
 public ProcessHolderNode()
 {
     ComponentUi            = new ComponentUIInfo();
     ComponentName          = "ProcessHolderNode";
     Name                   = "Process holder node";
     CompopnentExcutionName = "UpdateStatusProcess";
     ComponentList          = new List <string>();
 }
Exemplo n.º 10
0
        public ReportNode()
        {
            ComponentName          = "Report";
            Name                   = "Report";
            CompopnentExcutionName = "ReportExcutable";

            PrinterName = "current configued printer";

            ComponentUi = new ComponentUIInfo();
        }
Exemplo n.º 11
0
        public TreeTopNode()
        {
            ComponentUi            = new ComponentUIInfo();
            ComponentName          = "TreeTopNode";
            Name                   = "Tree top";
            CompopnentExcutionName = "TreeTopExecutable";
            ComponentList          = new List <string>();

            Threshold = 50000;
            NScanRule = 3;
        }
Exemplo n.º 12
0
 public PMFNode()
 {
     ComponentName          = "PMF";
     Name                   = "Peptide Mass Fingerprint";
     CompopnentExcutionName = "PMFSearchExecutable";
     ComponentList          = new List <string>();
     FileSelection          = new ThermoFileSelection()
     {
         Extension = "XML"
     };
     ComponentUi = new ComponentUIInfo();
 }