FileConfigurator Operator
Templates for configuration parameters
${component_name.parameter_name}${component_name.*}Suffix or prefix for interpolated parameters
name: Component Type 1
description: My Component type
parameters:
- name: x1
domain:
type: real
domain: [-5.0, 10.0]
defaultValue: -5.0
# Under this section, the operator to be used to configure the parameters is defined
operators:
FileConfigurator:
# using this OPTIONAL confTemplate property is possible to interpolate the parameter value with a prefix and a suffix
confTemplate: "PREFIX${value}SUFFIX"Example
Operator arguments
Name
Type
Value Restrictions
Required
Default
Description
source and target structures and arguments
source and target structures and argumentsName
Type
Value restrictions
Required
Default
Description
Get operator arguments from component
componentComponent property to operator argument mapping
Component property
Operator argument
Examples
Configure parameters for an Apache server with explicit source and target machines information
Configure parameters for an Apache server with information taken from a Component
Last updated
Was this helpful?