Package vsv

Examples of vsv.DIPModel


    // String outputPath = "C:\\Users\\ctimm\\Desktop\\JavaModelOutputs";
    String outputPath = "C:\\Users\\akpinar\\Desktop\\JavaOutput_VSV";
    Recorder.setHostDirectory(outputPath);
   
    DIPSim sim = new DIPSim();
    DIPModel model = new DIPModel();// initializes the model (cell, virus, DIP and reactions)
    sim.setParams(model, 6 * 60 * 60, 1.0, 15 * 60); // sets the simulation parameters
    sim.call();
   
  }
View Full Code Here

TOP

Related Classes of vsv.DIPModel

Copyright © 2018 www.massapicom. 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.