Project

General

Profile

Download (2.65 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / TESTS_FONCTIONNELS / datasets_converters / int@0.xml @ master

1
<converterChainedModel>
2
  <id>9cbed21a-8daa-4e6b-af76-b65ea1bdcd72</id>
3
  <parent>9cbed21a-8daa-4e6b-af76-b65ea1bdcd72</parent>
4
  <converters>
5
    <converterModel>
6
      <id>03068660-a0b8-427f-ae1f-fca8449e5d15</id>
7
      <name>LinearConverter</name>
8
      <description>A converter applying a linear transformation</description>
9
      <className>fr.cnes.sitools.converter.basic.LinearConverter</className>
10
      <descriptionAction></descriptionAction>
11
      <classVersion>0.3</classVersion>
12
      <classAuthor>AKKA/CNES</classAuthor>
13
      <classOwner>AKKA/CNES</classOwner>
14
      <parametersMap>
15
        <entry>
16
          <string>precision</string>
17
          <converterParameter>
18
            <name>precision</name>
19
            <description>result precision (#0.00)</description>
20
            <value>#0.00</value>
21
            <valueType>string</valueType>
22
            <parameterType>CONVERTER_PARAMETER_INTERN</parameterType>
23
            <attachedColumn></attachedColumn>
24
          </converterParameter>
25
        </entry>
26
        <entry>
27
          <string>b</string>
28
          <converterParameter>
29
            <name>b</name>
30
            <description>b in y = a.x+b</description>
31
            <value>2</value>
32
            <valueType>double</valueType>
33
            <parameterType>CONVERTER_PARAMETER_INTERN</parameterType>
34
            <attachedColumn></attachedColumn>
35
          </converterParameter>
36
        </entry>
37
        <entry>
38
          <string>a</string>
39
          <converterParameter>
40
            <name>a</name>
41
            <description>a in y = a.x+b</description>
42
            <value>10</value>
43
            <valueType>double</valueType>
44
            <parameterType>CONVERTER_PARAMETER_INTERN</parameterType>
45
            <attachedColumn></attachedColumn>
46
          </converterParameter>
47
        </entry>
48
        <entry>
49
          <string>y</string>
50
          <converterParameter>
51
            <name>y</name>
52
            <description>y in y = a.x+b</description>
53
            <value></value>
54
            <valueType>xs:string</valueType>
55
            <parameterType>CONVERTER_PARAMETER_OUT</parameterType>
56
            <attachedColumn>virtual</attachedColumn>
57
          </converterParameter>
58
        </entry>
59
        <entry>
60
          <string>x</string>
61
          <converterParameter>
62
            <name>x</name>
63
            <description>x in y = a.x+b</description>
64
            <value></value>
65
            <valueType>xs:string</valueType>
66
            <parameterType>CONVERTER_PARAMETER_IN</parameterType>
67
            <attachedColumn>x_pos</attachedColumn>
68
          </converterParameter>
69
        </entry>
70
      </parametersMap>
71
      <status>ACTIVE</status>
72
    </converterModel>
73
  </converters>
74
</converterChainedModel>