Documentation of 'org.apache.commons.math3.ode.Parameterizable' Java class
Parameterizable
org.apache.commons.math3.ode

Interface Parameterizable

    • Method Detail

      • getParametersNames

        java.util.Collection<java.lang.String> getParametersNames()
        Get the names of the supported parameters.
        Returns:
        parameters names
        See Also:
        isSupported(String)
      • isSupported

        boolean isSupported(java.lang.String name)
        Check if a parameter is supported.

        Supported parameters are those listed by getParametersNames().

        Parameters:
        name - parameter name to check
        Returns:
        true if the parameter is supported
        See Also:
        getParametersNames()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.