Package reaction

Examples of reaction.Reaction.addProduct()


    // POL + TEMPLATE
    ret.addReactant(cell, POL, 1, 1);
    ret.addReactant(cell, TEMPLATE, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, POL, (1 - alphaLtNt), tNt);
    ret.addProduct(cell, POL, alphaLtNt, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, Nt, 1, tNt);
    ret.addProduct(cell, POLt, alphaLtNt, tPOLt);
   
View Full Code Here


    ret.addReactant(cell, POL, 1, 1);
    ret.addReactant(cell, TEMPLATE, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, POL, (1 - alphaLtNt), tNt);
    ret.addProduct(cell, POL, alphaLtNt, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, Nt, 1, tNt);
    ret.addProduct(cell, POLt, alphaLtNt, tPOLt);
   
    // K
View Full Code Here

    ret.addReactant(cell, TEMPLATE, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, POL, (1 - alphaLtNt), tNt);
    ret.addProduct(cell, POL, alphaLtNt, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, Nt, 1, tNt);
    ret.addProduct(cell, POLt, alphaLtNt, tPOLt);
   
    // K
    ret.setk(1258 * 1000 * kReplication);
 
View Full Code Here

   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, POL, (1 - alphaLtNt), tNt);
    ret.addProduct(cell, POL, alphaLtNt, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, Nt, 1, tNt);
    ret.addProduct(cell, POLt, alphaLtNt, tPOLt);
   
    // K
    ret.setk(1258 * 1000 * kReplication);
   
 
View Full Code Here

    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, POL, (1 - alphaLtNt), tNt);
    ret.addProduct(cell, POL, alphaLtNt, tPOLt);
    ret.addProduct(cell, TEMPLATE, 1, polDelay);
    ret.addProduct(cell, Nt, 1, tNt);
    ret.addProduct(cell, POLt, alphaLtNt, tPOLt);
   
    // K
    ret.setk(1258 * 1000 * kReplication);
   
    return ret;
View Full Code Here

    // POL + TEMPLATE
    ret.addReactant(cell, RIB, 1, 1);
    ret.addReactant(cell, Nt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tNp);
    ret.addProduct(cell, Nt, 1, ribDelay);
    ret.addProduct(cell, N, 1, tNp);
   
    // K
    ret.setk(kTranslation);
View Full Code Here

    ret.addReactant(cell, RIB, 1, 1);
    ret.addReactant(cell, Nt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tNp);
    ret.addProduct(cell, Nt, 1, ribDelay);
    ret.addProduct(cell, N, 1, tNp);
   
    // K
    ret.setk(kTranslation);
   
View Full Code Here

    ret.addReactant(cell, Nt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tNp);
    ret.addProduct(cell, Nt, 1, ribDelay);
    ret.addProduct(cell, N, 1, tNp);
   
    // K
    ret.setk(kTranslation);
   
    return ret;
View Full Code Here

    // POL + TEMPLATE
    ret.addReactant(cell, RIB, 1, 1);
    ret.addReactant(cell, POLt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tPOLp);
    ret.addProduct(cell, POLt, 1, ribDelay);
    ret.addProduct(cell, POL, 1, tPOLp);
   
    // K
    ret.setk(kTranslation);
View Full Code Here

    ret.addReactant(cell, RIB, 1, 1);
    ret.addReactant(cell, POLt, 1, 1);
   
    // ---> POL + TEMPLATE + Nt
    ret.addProduct(cell, RIB, 1, tPOLp);
    ret.addProduct(cell, POLt, 1, ribDelay);
    ret.addProduct(cell, POL, 1, tPOLp);
   
    // K
    ret.setk(kTranslation);
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.