org.openmodelica.simulation.core.models.modelica
Class ModelicaInputVariable
java.lang.Object
org.openmodelica.simulation.core.models.modelica.ModelicaProperty
org.openmodelica.simulation.core.models.modelica.ModelicaInputVariable
public class ModelicaInputVariable
- extends ModelicaProperty
This Class represents Modelica input variables
- Author:
- EADS Innovation Works, Parham Vasaiely, Parham.Vasaiely@gmx.de
Constructor Summary |
ModelicaInputVariable(java.lang.String name,
java.lang.String type,
java.lang.String comment)
|
Methods inherited from class org.openmodelica.simulation.core.models.modelica.ModelicaProperty |
getComment, getDisplay, getMaxValue, getMinValue, getName, getPrimitiveValue, getType, setDisplay, setMaxValue, setMinValue, setPrimitiveValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModelicaInputVariable
public ModelicaInputVariable(java.lang.String name,
java.lang.String type,
java.lang.String comment)
getInteractive
public java.lang.Boolean getInteractive()
setInteractive
public void setInteractive(java.lang.Boolean interactive)
toString
public java.lang.String toString()
- Overrides:
toString
in class ModelicaProperty