File format. Each row of the file is made up of:
i j index value_measure_name unnormalized_fi


i: see Table 1.0. A = 0, B2 = 1, C3 = 2; B1 = 3, C2 = 4, D2 = 5; C1 = 6, D1 = 7, E = 8

j: 'j' is normally 0 however for each additional value measure per cell (ref. 'i') increment 'j' by 1

index: integer index of the value measure in VM array (value measure array)

value_measure_name: name of the value measure

unnormalized_fi: the assigned unnormalized swing weight


Table 1.0 Swing Weight Matrix
Importance of the Value Measure to the Decision (Intuitive Judgment)
Critical (High) Important (Medium) Nice to Have (Low)
Impact of the range of the value measure on the decision (factual judgment) Large impact A B2 C3
Medium impact B1 C2 D2
Small impact C1 D1 E
.
~~~


Full working example (copy and save as yourFileName.txt):
0 0 6 Primary_Power 100
1 0 8 Primary 50
2 0 2 Bandwidth 25
2 1 4 Mission 20
3 0 7 Growth_Power 50
4 0 9 Growth 40
5 0 5 Support 15
6 0 3 Latency 40
7 0 1 Miles_from_Public_Highway 30
8 0 0 Miles_from_HQ 1