Uses of Class
org.lemsml.jlems.core.sim.Sim
-
Packages that use Sim Package Description org.lemsml.jlems.io org.lemsml.jlems.viz.datadisplay -
-
Uses of Sim in org.lemsml.jlems.io
Methods in org.lemsml.jlems.io with parameters of type Sim Modifier and Type Method Description static void
IOUtil. saveReportAndTimesFile(Sim sim)
-
Uses of Sim in org.lemsml.jlems.viz.datadisplay
Fields in org.lemsml.jlems.viz.datadisplay declared as Sim Modifier and Type Field Description (package private) Sim
ControlPanel. curentSimulation
Methods in org.lemsml.jlems.viz.datadisplay that return Sim Modifier and Type Method Description protected abstract Sim
ControlPanel. importFile(java.io.File sourceFile)
Sim
ControlPanel. initialise(java.io.File file)
Methods in org.lemsml.jlems.viz.datadisplay with parameters of type Sim Modifier and Type Method Description protected void
ControlPanel. registerSimulation(Sim sim, java.io.File simFile)
The control panel handles one simulation at a time, this should be "registered" using this method.
-