Package org.openmodelica.simulation.core.models.modelica

Class Summary
ModelicaBoolean Represents the primitive data type "Boolean" from the Modelica language
ModelicaInputVariable This Class represents Modelica input variables
ModelicaInteger Represents the primitive data type "Integer" from the Modelica language An Integer can has a min and max value.
ModelicaMainclass Represents the Modelica main class which contains all properties and their values
ModelicaModel Represents the whole Modelica model with all data which are necessary to simulate a model It contains general model information and a Modelica main class with all properties and their values
ModelicaOutputVariable This class represents Modelica output variables
ModelicaParameter Represents a Modelica parameter.
ModelicaPrimitiveDataType Represents an abstract class for all primitive data type of Modelica This types could be Real, Integer, String or Boolean
ModelicaProperty Represents a Modelica property this could be variable, parameter, input or output variable A Property has a name and a comment.
ModelicaReal Represents the primitive data type "Real" from the Modelica language A Real can has a min and max value.
ModelicaString Represents the primitive data type "String" from the Modelica language
ModelicaVariable Represents a Modelica Variable.