SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/pmfwriter/PMFWriterNodeFactory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<knimeNode icon="./SBMLWriter.png" type="Sink"
    xmlns="http://knime.org/node/v2.8"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://knime.org/node/v2.8 http://knime.org/node/v2.8.xsd"
    deprecated="true">
    <name>PMF Writer</name>

    <shortDescription>
        This node writes primary and tertiary models to PMF files
    </shortDescription>

    <fullDescription>
        <intro>
            This node writes models and data to a PMF file in disk. The
            generated PMF files support the following cases:
            <ul>
                <li>Experimental data</li>
                <li>Primary model with data</li>
                <li>Primary model without data</li>
                <li>Two steps secondary model</li>
                <li>One step secondary model</li>
                <li>Manual secondary model</li>
                <li>Two steps secondary model</li>
                <li>One step secondary model</li>
                <li>Manual secondary model</li>
            </ul>
        </intro>

        <option name="Output Path">
            Path where the PMF is written into.
        </option>
        <option name="Model Name">
            Specifies the name of the models in SBML and the filename.
            If you choose "Test" as model name, the models are named
            "Test_1", "Test_2", ...
        </option>
        <option name="Is secondary?">
            If checked the model is considered secondary. Otherwise it
            is considered tertiary
        </option>
        <option name="Overwrite, ok?">
            If checked an existing model with the same name will be
            overwritten
        </option>
        <option name="Split top level models?">
            If checked the top level models (secondary or tertiary
            models) will be saved into separated PMF files
        </option>
        <option name="Creator Given Name">Creator given name</option>
        <option name="Creator Family Name">Creator family name</option>
        <option name="Creator Contact">Creator contact</option>
        <option name="Created">Created on</option>
        <option name="Last Modified">Date of last modification</option>
    </fullDescription>

    <ports>
        <inPort index="0" name="Models">
            Table with data or models
        </inPort>
    </ports>
</knimeNode>