|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelicaProperty | |
---|---|
org.openmodelica.simulation.core.models.modelica | |
org.openmodelica.simulation.core.network |
Uses of ModelicaProperty in org.openmodelica.simulation.core.models.modelica |
---|
Subclasses of ModelicaProperty in org.openmodelica.simulation.core.models.modelica | |
---|---|
class |
ModelicaInputVariable
This Class represents Modelica input variables |
class |
ModelicaOutputVariable
This class represents Modelica output variables |
class |
ModelicaParameter
Represents a Modelica parameter. |
class |
ModelicaVariable
Represents a Modelica Variable. |
Methods in org.openmodelica.simulation.core.models.modelica that return ModelicaProperty | |
---|---|
ModelicaProperty |
ModelicaMainclass.getInputVariableByName(java.lang.String fullQualifiedName)
Searches in the InputVariable collection to return a Modelica Property from the math type InputVariable with a given full qualified name. |
ModelicaProperty |
ModelicaMainclass.getOutputVariableByName(java.lang.String fullQualifiedName)
Searches in the OutputVariable collection to return a Modelica Property from the math type OutputVariable with a given full qualified name. |
ModelicaProperty |
ModelicaMainclass.getParameterByName(java.lang.String fullQualifiedName)
Searches in the parameter collection to return a Modelica Property from the math type parameter with a given full qualified name. |
ModelicaProperty |
ModelicaMainclass.getVariableByName(java.lang.String fullQualifiedName)
Searches in the variable collection to return a Modelica Property from the math type state or algebraic with a given full qualified name. |
Methods in org.openmodelica.simulation.core.models.modelica with parameters of type ModelicaProperty | |
---|---|
void |
ModelicaMainclass.addInputVariable(ModelicaProperty inputVariable)
Puts a new InputVariable into the InputVariable map If the InputVariable name exists the value will be overwritten |
void |
ModelicaMainclass.addOutputVariable(ModelicaProperty outputVariable)
Puts a new OutputVariable into the OutputVariable map If the OutputVariable name exists the value will be overwritten |
void |
ModelicaMainclass.addParameter(ModelicaProperty parameter)
Puts a new parameter into the parameters map If the parameter name exists the value will be overwritten |
void |
ModelicaMainclass.addVariable(ModelicaProperty variable)
Puts a new variable into the variables map If the variable name exists the value will be overwritten |
Uses of ModelicaProperty in org.openmodelica.simulation.core.network |
---|
Method parameters in org.openmodelica.simulation.core.network with type arguments of type ModelicaProperty | |
---|---|
static boolean |
SimulationControlClient.send_setfilter_Message(java.lang.String seq,
java.util.ArrayList<ModelicaProperty> plotProperties)
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |