程序包 org.hipparchus.ode

接口 Parameterizable

所有已知子接口:
NamedParameterJacobianProvider, ODEJacobiansProvider, ParameterJacobianProvider, ParametersController
所有已知实现类:
AbstractParameterizable

public interface Parameterizable
该接口使得能够处理任何可参数化对象。
  • 方法详细资料

    • getParametersNames

      List<String> getParametersNames()
      获取支持的参数的名称。
      返回:
      参数名称
      另请参阅:
    • isSupported

      boolean isSupported(String name)
      检查参数是否受支持。

      支持的参数是由 getParametersNames() 列出的。

      参数:
      name - 要检查的参数名称
      返回:
      如果参数受支持则返回true
      另请参阅: