Class ParameterizedWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void computeDerivatives​(double t, double[] y, double[] yDot)
      Get the current time derivative of the state vector of the underlying FODE.
      int getDimension()
      Get the dimension of the underlying FODE.
      double getParameter​(java.lang.String name)
      Get parameter value from its name.
      java.util.Collection<java.lang.String> getParametersNames()
      Get the names of the supported parameters.
      boolean isSupported​(java.lang.String name)
      Check if a parameter is supported.
      void setParameter​(java.lang.String name, double value)
      Set the value for a given parameter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait