SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/sbmlreader/SBMLReaderNodeFactory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<knimeNode icon="./SBMLReader.png" type="Source"
    xmlns="http://knime.org/node/v2.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd">
    <name>SBML Reader</name>

    <shortDescription>
        This node reads in models from a single SBML
        document (.sbml).
    </shortDescription>

    <fullDescription>
        <intro>
            This node reads in a single SBMLDocument and retrieves the
            model. So
            far the supported models are:
            <ul>
                <li>Primary models with data</li>
                <li>Primary models without data</li>
                <li>Secondary models generated manually</li>
            </ul>
        </intro>

        <option name="Selected File">
            Path of the file to read.
        </option>
    </fullDescription>

    <ports>
        <outPort index="0" name="Models">Read models</outPort>
    </ports>
</knimeNode>