Examples of FFInstrumenter


Examples of examples.devs.forestfire.observe.FFInstrumenter

    // create the simulation
    System.out.println("creating simulation");
    launcher.createSimulation(forestFire);

    new FFInstrumenter().instrumentModel(forestFire, null);

    System.out.println("running the simulation");
    // run the model
    launcher.executeModel();
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.