public interface Parameterizable
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getParametersNames()Get the names of the supported parameters. | 
| boolean | isSupported(String name)Check if a parameter is supported. | 
List<String> getParametersNames()
isSupported(String)boolean isSupported(String name)
Supported parameters are those listed by getParametersNames().
name - parameter name to checkgetParametersNames()Copyright © 2016–2020 Hipparchus.org. All rights reserved.