Class VariableStepConfigValue.StepVal

  • Enclosing class:
    VariableStepConfigValue

    public static class VariableStepConfigValue.StepVal
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StepVal​(java.lang.String name, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Double> getDerivatives()  
      java.lang.String getName()  
      java.lang.Object getValue()  
      void setDerivatives​(java.util.List<java.lang.Double> ders)  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StepVal

        public StepVal​(java.lang.String name,
                       java.lang.Object value)
    • Method Detail

      • getDerivatives

        public java.util.List<java.lang.Double> getDerivatives()
      • setDerivatives

        public void setDerivatives​(java.util.List<java.lang.Double> ders)
      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.Object getValue()
      • setName

        public void setName​(java.lang.String name)
      • setValue

        public void setValue​(java.lang.Object value)