uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

6.5.21 Assigning a Value to a Transformation-source Node Value

Adds a value to a transformation-source node value and assigns it to the mapping destination.

Organization of this subsection
(1) Function used
(2) Setup procedure

(1) Function used

To add a value to a transformation-source node value and assign it to the mapping destination, you use the concatenate function and the set constant function in combination. The following figure shows an example that uses the concatenate function and the set constant function in combination.

Figure 6-22 Usage example of a combination of concatenate function and set constant function

[Figure]

(2) Setup procedure

To add a value to a transformation-source node value and assign it to the mapping destination:

  1. From the palette, choose the set constant function (const), and deploy it in the mapping viewer.
  2. Use the set constant function to specify a value.
    For details about how to specify a value, see 6.5.18 Assigning a Specified Value.
  3. From the palette, choose the concatenate function (concat), and deploy it in the mapping viewer.
  4. Use the concatenate function to concatenate the value specified by the set constant function with the transformation-source node value.
    For details about the concatenation method, see 6.5.1 Concatenating Multiple Strings.