// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.IDFileConverter;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeModel;

import com.genericworkflownodes.knime.config.INodeConfiguration;
import com.genericworkflownodes.knime.custom.config.IPluginConfiguration;

/**
    @brief IDFileConverter Node Model.
*/
public class IDFileConverterNodeModel extends GenericKnimeNodeModel {  
    protected IDFileConverterNodeModel(INodeConfiguration nodeConfig,
            IPluginConfiguration pluginConfig) {
        super(nodeConfig, pluginConfig, new String[][]{{"pepxml" ,"protxml" ,"mascotxml" ,"omssaxml" ,"xml" ,"idxml" ,"mzid" }, {"mzml" ,"mzxml" ,"mzdata" },}, new String[][]{{"idxml" ,"mzid" ,"pepxml" ,"fasta" },});
    }
}
