A C F G I M O P R S T W

S

send_changetime_Message(String, String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Changes the simulation time and goes back to a specific time step
send_changevalue_Message(String, String, String, String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Changes the value of the appended parameters and stets the simulation time back to the point where the user clicked in the UI
send_pause_Message(String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Pauses the running simulation
send_setcontrolclienturl_Message(String, String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Changes the IP and port of the Control Server.
send_setfilter_Message(String, ArrayList<ModelicaProperty>) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Sets the filter for variables and parameters which should send from OMI to the client UI Note: Please maintain the following operation order to avoid problems while simulating: 1. setcontrolclienturl, 2. settransferclienturl, 3. setfilter
send_settransferclienturl_Message(String, String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Changes the IP and port of the Control Server.
send_shutdown_Message(String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Shuts the simulation down
send_start_Message(String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Starts or continues the simulation
send_stop_Message(String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Stops the running simulation and resets all values to the beginning
send_useindex_Message(String) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
TODO
setActSimulationTime(Double) - Method in class org.openmodelica.simulation.core.simulationdata.SimulationResultManager
The Actual simulation time is to synchronize the views and with each other, with the result manager and the Transfer Threads
setComment(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationSessionConfiguration
 
setDisplay(Boolean) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaProperty
Set the flag if a property should being displayed or not
setInteractive(Boolean) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaInputVariable
 
setInteractive(Boolean) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaParameter
 
setMainclass(ModelicaMainclass) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaModel
 
setMaxValue(Integer) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaInteger
 
setMaxValue(Number) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaProperty
Sets the max value if the Modelica Property is from the type ModelicaReal or ModelicaInteger.
setMaxValue(Double) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaReal
 
setMinValue(Integer) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaInteger
 
setMinValue(Number) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaProperty
Sets the min value if the Modelica Property is from the type ModelicaReal or ModelicaInteger.
setMinValue(Double) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaReal
 
setModelicaModel(ModelicaModel) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setPrimitiveValue(Object) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaProperty
Sets the value of the primitive type Double = ModelicaReal Integer = ModelicaInteger String = ModelicaString Boolean = ModelicaBoolean
setProjectAuthor(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setProjectComment(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setProjectCompany(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setProjectName(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setProjectVersion(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setResultsForTime(Double, Map<String, Number>) - Method in class org.openmodelica.simulation.core.simulationdata.SimulationResultManager
Stores results for a specific time step and notifies all observers
setRuntime_ControlServerPort(int) - Static method in class org.openmodelica.simulation.core.network.SimulationControlClient
Changes the default port if a simulation runtime control server is also using a non default port
setSimulationProjectFolderPath(String) - Method in class org.openmodelica.simulation.core.models.simulation.SimulationProject
 
setValue(Boolean) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaBoolean
After Reading the XML file with the standard initial values the user has the possibility to change the default value
setValue(Integer) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaInteger
After Reading the XML file with the standard initial values the user has the possibility to change the default value
setValue(Double) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaReal
After Reading the XML file with the standard initial values the user has the possibility to change the default value
setValue(String) - Method in class org.openmodelica.simulation.core.models.modelica.ModelicaString
After Reading the XML file with the standard initial values the user has the possibility to change the default value
SimulationConfiguration_XML_generator - Class in org.openmodelica.simulation.core.xml.generator
Generates the *_SimConfig.xml
SimulationConfiguration_XML_generator() - Constructor for class org.openmodelica.simulation.core.xml.generator.SimulationConfiguration_XML_generator
 
SimulationControlClient - Class in org.openmodelica.simulation.core.network
Simulation Control Client is a TCP/IP based communication unit to control a simulation runtime using message parsing As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10501.
SimulationControlClient() - Constructor for class org.openmodelica.simulation.core.network.SimulationControlClient
 
SimulationControlServer - Class in org.openmodelica.simulation.core.network
Simulation Control Server is a TCP/IP based communication unit to receive operation messages from a simulation runtime As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10500.
SimulationControlServer() - Constructor for class org.openmodelica.simulation.core.network.SimulationControlServer
Create ControlServer using the default port number of 10500 for transferring operations
SimulationControlServer(int) - Constructor for class org.openmodelica.simulation.core.network.SimulationControlServer
Create ControlServer using a user defined port number for transferring operations
SimulationInit_TXT_reader - Class in org.openmodelica.simulation.core.init_txt_handling
The _init.txt file is used by OpenModelica to initialize a corresponding simulation runtime executable.
SimulationInit_TXT_reader() - Constructor for class org.openmodelica.simulation.core.init_txt_handling.SimulationInit_TXT_reader
 
SimulationInit_TXT_writer - Class in org.openmodelica.simulation.core.init_txt_handling
 
SimulationInit_TXT_writer() - Constructor for class org.openmodelica.simulation.core.init_txt_handling.SimulationInit_TXT_writer
 
SimulationInitial_XML_generator - Class in org.openmodelica.simulation.core.xml.generator
Generates the SimInit.xml file from the SimProj.xml and init.txt
SimulationInitial_XML_generator() - Constructor for class org.openmodelica.simulation.core.xml.generator.SimulationInitial_XML_generator
 
SimulationProject - Class in org.openmodelica.simulation.core.models.simulation
The SimulationProject contains all information about a simulation project which are stored for example in the org.modelica.simulation.projects path of the eclipse workspace
SimulationProject(String, String, String, String, String, String, String) - Constructor for class org.openmodelica.simulation.core.models.simulation.SimulationProject
Use this constructor if you want to generate a SimulationProject using the project wizard
SimulationProject(String, String, String, String, String, String) - Constructor for class org.openmodelica.simulation.core.models.simulation.SimulationProject
Use this constructor if you want to generate a SimulationProject object from a SimProject.xml file Note: Please set the simulation project folder path afterwards
SimulationProject_XML_generator - Class in org.openmodelica.simulation.core.xml.generator
This class is responsible to create a simulation project XML file.
SimulationProject_XML_generator() - Constructor for class org.openmodelica.simulation.core.xml.generator.SimulationProject_XML_generator
 
SimulationProject_XML_reader - Class in org.openmodelica.simulation.core.xml.reader
 
SimulationProject_XML_reader() - Constructor for class org.openmodelica.simulation.core.xml.reader.SimulationProject_XML_reader
 
SimulationResultManager - Class in org.openmodelica.simulation.core.simulationdata
The Result Mananger stores all calculated simulation data from a model.
SimulationResultManager() - Constructor for class org.openmodelica.simulation.core.simulationdata.SimulationResultManager
 
SimulationSessionConfiguration - Class in org.openmodelica.simulation.core.models.simulation
A Simulation Session Configuration will be used to specify needed modifications on model values or simulation settings for a single simulation session.
SimulationSessionConfiguration(String, String, String) - Constructor for class org.openmodelica.simulation.core.models.simulation.SimulationSessionConfiguration
Use this constructor if you want to create a new session config file from a wizard.
SimulationSessionConfiguration(String, String) - Constructor for class org.openmodelica.simulation.core.models.simulation.SimulationSessionConfiguration
Use this constructor if you want to create a new config file reading the configs folder
SimulationSetting - Class in org.openmodelica.simulation.core.models.simulation
Simulating a model should be done with different setting.
SimulationSetting(String, String, String, String, String, int, String, String, String, String, String, String, String, String, String) - Constructor for class org.openmodelica.simulation.core.models.simulation.SimulationSetting
Use this constructor as default
SimulationSetting_XML_generator - Class in org.openmodelica.simulation.core.xml.generator
This class is responsible to create a simulation setting XML file.
SimulationSetting_XML_generator() - Constructor for class org.openmodelica.simulation.core.xml.generator.SimulationSetting_XML_generator
 
SimulationSetting_XML_reader - Class in org.openmodelica.simulation.core.xml.reader
 
SimulationSetting_XML_reader() - Constructor for class org.openmodelica.simulation.core.xml.reader.SimulationSetting_XML_reader
 
SimulationTransferServer - Class in org.openmodelica.simulation.core.network
Simulation Transfer Server is a TCP/IP based communication unit which receives simulation results from a simulation runtime using message parsing As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10502.
SimulationTransferServer(SimulationResultManager) - Constructor for class org.openmodelica.simulation.core.network.SimulationTransferServer
Create TransferServer using the default port number of 10502 for transferring results
SimulationTransferServer(SimulationResultManager, int) - Constructor for class org.openmodelica.simulation.core.network.SimulationTransferServer
Create TransferServer with an user defined port number for transferring results
start(BundleContext) - Method in class org.openmodelica.simulation.core.Activator
 
start - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
stateProperties - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
states - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
step - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
stop(BundleContext) - Method in class org.openmodelica.simulation.core.Activator
 
stop - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
string_parameters - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 
string_variables - Variable in class org.openmodelica.simulation.core.init_txt_handling.InitTXT
 

A C F G I M O P R S T W