Class ModelParameter


  • public class ModelParameter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isSet  
      java.lang.Object value  
      org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelParameter​(org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • variable

        public final org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable
      • value

        public final java.lang.Object value
      • isSet

        public boolean isSet
    • Constructor Detail

      • ModelParameter

        public ModelParameter​(org.intocps.maestro.framework.fmi2.ModelConnection.Variable variable,
                              java.lang.Object value)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object