Interface Parameterizable
- All Known Subinterfaces:
ParameterizedODE, ParameterJacobianProvider
- All Known Implementing Classes:
AbstractParameterizable, ParameterizedWrapper, ParameterJacobianWrapper
public interface Parameterizable
This interface enables to process any parameterizable object.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the names of the supported parameters.booleanisSupported(String name) Check if a parameter is supported.
-
Method Details
-
getParametersNames
Collection<String> getParametersNames()Get the names of the supported parameters.- Returns:
- parameters names
- See Also:
-
isSupported
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:
-