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

Packages that use org.openmodelica.simulation.core.models.modelica
org.openmodelica.simulation.core.models.modelica   
org.openmodelica.simulation.core.models.simulation   
org.openmodelica.simulation.core.network   
org.openmodelica.simulation.core.xml.generator   
org.openmodelica.simulation.core.xml.reader   
 

Classes in org.openmodelica.simulation.core.models.modelica used by org.openmodelica.simulation.core.models.modelica
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
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.
 

Classes in org.openmodelica.simulation.core.models.modelica used by org.openmodelica.simulation.core.models.simulation
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
 

Classes in org.openmodelica.simulation.core.models.modelica used by org.openmodelica.simulation.core.network
ModelicaProperty
          Represents a Modelica property this could be variable, parameter, input or output variable A Property has a name and a comment.
 

Classes in org.openmodelica.simulation.core.models.modelica used by org.openmodelica.simulation.core.xml.generator
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
 

Classes in org.openmodelica.simulation.core.models.modelica used by org.openmodelica.simulation.core.xml.reader
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