net.simplace.simulation.wrapper.JavaSimplaceWrapper
public class JavaSimplaceWrapper extends SimplaceWrapper {
// Public Constructors
public JavaSimplaceWrapper();
// Public Instance Methods public void initializeSimulation();
Explicitly initialises a simulation run. Done automatically by step() or run().
public boolean stepSimple();
Used for running the simulation stepwise. Only the last created or the first simulation in the first project is useable.
You have to run
- prepareProject and optional
- createSimulation
before!
returns boolean indication whether the model step succeeded
public Calendar getCurrentCalendar();
public Calendar getEndDate();
public void finishSimulation();
Explicitly finishes one simulation run if it is stopped before the end of the
simulation is reached. Otherwise this is called automatically by step().
}
Hierarchy: java.lang.Object - SimplaceWrapper - JavaSimplaceWrapper