Class ModelParameter
- java.lang.Object
-
- org.intocps.maestro.plugin.initializer.ModelParameter
-
public class ModelParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelParameter(org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable, Object value)
-
-
-
Field Detail
-
variable
public final org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable
-
value
public final Object value
-
isSet
public boolean isSet
-
-
Constructor Detail
-
ModelParameter
public ModelParameter(org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable, Object value)
-
-