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

Class AbstractParameterizable

  • All Implemented Interfaces:
    Parameterizable


    public abstract class AbstractParameterizable
    extends java.lang.Object
    implements Parameterizable
    This abstract class provides boilerplate parameters list.
    Since:
    3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void complainIfNotSupported(java.lang.String name)
      Check if a parameter is supported and throw an IllegalArgumentException if not.
      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.
      • Methods inherited from class java.lang.Object

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.