Package net.lenkaspace.creeper

Examples of net.lenkaspace.creeper.CRController


  private CRController crController;
 
  public CreeperDemo() {
   
    //---- create CRController
    crController = new CRController("Creeper demo");
   
    //---- set basic parameters
    CRParameters parameters = CRParameters.getSingleton();
    parameters.trialDuration = 1000;
    parameters.numOfRuns = 1;
View Full Code Here

TOP

Related Classes of net.lenkaspace.creeper.CRController

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.