Package net.simplace.sim.wrapper
Klasse JavaSimplaceWrapper
java.lang.Object
net.simplace.sim.wrapper.SimplaceWrapper
net.simplace.sim.wrapper.JavaSimplaceWrapper
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.wrapper.SimplaceWrapper
iCurrentSession, iInitializedSimulations, iSimulationsCount, iSimulationsQueue, isSimulationInitialized -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidExplicitly finishes one simulation run if it is stopped before the end of the simulation is reached.getSimVariable(String aKey) voidExplicitly initialises a simulation run.booleanUsed for running the simulation stepwise.Von Klasse geerbte Methoden net.simplace.sim.wrapper.SimplaceWrapper
createSimulation, getDirectories, getResult, getSimulationIDs, initializeSpecificSimulation, initSimulations, prepareSession, prepareSession, registerModelListener, registerOutputListener, removeModelListener, removeOutputListener, resetSimulationQueue, run, run, runSimulations, runSimulations, setAllSimulationValues, setCheckLevel, setDirectories, setProjectLines, setProjectLines, setSimulationValues, setSimulationValues, setSpecificSimulationValues, shutDown, step, step, step, step, step, step, step, step, stepAll, stepAll, stepAll, stepAll, stepAll, stepAll, stepAll, stepAll, stepAll, stepSpecific, stepSpecific, stepSpecific, stepSpecific, stepSpecific, stepSpecific, stepSpecific, stepSpecific
-
Konstruktordetails
-
JavaSimplaceWrapper
public JavaSimplaceWrapper()
-
-
Methodendetails
-
initializeSimulation
public void initializeSimulation()Explicitly initialises a simulation run. Done automatically by step() or run(). -
stepSimple
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!- Gibt zurück:
- boolean indication whether the model step succeeded
-
getSimVariable
-
getCurrentDate
-
getEndDate
-
finishSimulation
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().
-