org.openmodelica.simulation.core.models.modelica
Class ModelicaInputVariable

java.lang.Object
  extended by org.openmodelica.simulation.core.models.modelica.ModelicaProperty
      extended by 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)
           
 
Method Summary
 java.lang.Boolean getInteractive()
           
 void setInteractive(java.lang.Boolean interactive)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

ModelicaInputVariable

public ModelicaInputVariable(java.lang.String name,
                             java.lang.String type,
                             java.lang.String comment)
Method Detail

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