Uses of Class
org.openmodelica.simulation.core.models.modelica.ModelicaPrimitiveDataType

Packages that use ModelicaPrimitiveDataType
org.openmodelica.simulation.core.models.modelica   
 

Uses of ModelicaPrimitiveDataType in org.openmodelica.simulation.core.models.modelica
 

Subclasses of ModelicaPrimitiveDataType in org.openmodelica.simulation.core.models.modelica
 class ModelicaBoolean
          Represents the primitive data type "Boolean" from the Modelica language
 class ModelicaInteger
          Represents the primitive data type "Integer" from the Modelica language An Integer can has a min and max value.
 class ModelicaReal
          Represents the primitive data type "Real" from the Modelica language A Real can has a min and max value.
 class ModelicaString
          Represents the primitive data type "String" from the Modelica language