<?xml version='1.0' encoding='utf-8'?>
<program_description>
    <program provider="PUT" name="DEMATEL_influences" version="1.0.0" displayName="DEMATEL_influences"/>
    <documentation>
        <description>Computes effects (in and out) and relations for given alternatives used in DEMATEL method.
Basing on processed matrix of alternatives influences (each on each) there are prepared vectors - in_effect, which is the total effect from other alternatives on this alternative, and out_effect - the same, but reversed - this alternative on all other.
For more details please refer to https://doi.org/10.1155/2018/3696457, step 4.</description>
        <contact><![CDATA[Witold Kupś <witkups@gmail.com>]]></contact>
        <url>https://github.com/Azbesciak/DecisionDeck</url>
    </documentation>
    <parameters>

        <input id="input1" name="alternatives" displayName="alternatives" isoptional="0">
            <documentation>
                <description>Definitions of alternatives</description>
            </documentation>
            <xmcda tag="alternatives"/>
        </input>

        <input id="input2" name="alternatives_influence" displayName="matrix of alternatives influence" isoptional="0">
            <documentation>
                <description>Influence of each alternative on the other</description>
            </documentation>
            <xmcda tag="alternativesComparisons"/>
        </input>

        <output id="output3" name="total_influence" displayName="matrix of alternatives influence">
            <documentation>
                <description>Total influence of each alternative on the other</description>
            </documentation>
            <xmcda tag="alternativesComparisons"/>
        </output>

        <output id="output1" name="out_effect" displayName="out effect (R)">
            <documentation>
                <description>Sum (by row) of direct and indirect effects of criterion/alternative/factor on the other criteria/alternatives/factors.
This is one of the DEMATEL step 4 results.</description>
            </documentation>
            <xmcda tag="alternativesValues"/>
        </output>

        <output id="output2" name="in_effect" displayName="in effect (C)">
            <documentation>
                <description>Sum (by column) of direct and indirect effects of criterion/alternative/factor received from other criteria/alternatives/factors.
This is one of the DEMATEL step 4 results.</description>
            </documentation>
            <xmcda tag="alternativesValues"/>
        </output>

        <output id="output4" name="messages" displayName="messages">
            <documentation>
                <description>Messages or errors generated by this module</description>
            </documentation>
            <xmcda tag="methodMessages"/>
        </output>
    </parameters>
</program_description>
