// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.FileConverter;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeModel;

import com.genericworkflownodes.knime.config.INodeConfiguration;
import com.genericworkflownodes.knime.custom.config.IPluginConfiguration;

/**
    @brief FileConverter Node Model.
*/
public class FileConverterNodeModel extends GenericKnimeNodeModel {  
    protected FileConverterNodeModel(INodeConfiguration nodeConfig,
            IPluginConfiguration pluginConfig) {
        super(nodeConfig, pluginConfig, new String[][]{{"mzdata" ,"mzxml" ,"mzml" ,"cachedmzml" ,"dta" ,"dta2d" ,"mgf" ,"featurexml" ,"consensusxml" ,"ms2" ,"fid" ,"tsv" ,"peplist" ,"kroenik" ,"edta" },}, new String[][]{{"mzdata" ,"mzxml" ,"mzml" ,"cachedmzml" ,"dta2d" ,"mgf" ,"featurexml" ,"consensusxml" ,"edta" ,"csv" },});
    }
}
