@FunctionalInterface public interface ModelConverterFactory
ModelConverter instances based on an InputParameterModel.| Modifier and Type | Method and Description |
|---|---|
ModelConverter |
create(InputParameterModel model)
Creates a new
ModelConverter which converts the given model and its parameters, values, and constraints. |
ModelConverter create(InputParameterModel model)
ModelConverter which converts the given model and its parameters, values, and constraints.model - the modelCopyright © 2019. All rights reserved.