// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.MapRTTransformer;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeModel;

import com.genericworkflownodes.knime.config.INodeConfiguration;
import com.genericworkflownodes.knime.custom.config.IPluginConfiguration;

/**
    @brief MapRTTransformer Node Model.
*/
public class MapRTTransformerNodeModel extends GenericKnimeNodeModel {  
    protected MapRTTransformerNodeModel(INodeConfiguration nodeConfig,
            IPluginConfiguration pluginConfig) {
        super(nodeConfig, pluginConfig, new String[][]{{"mzml" ,"featurexml" ,"consensusxml" ,"idxml" }, {"trafoxml" },}, new String[][]{{"mzml" ,"featurexml" ,"consensusxml" ,"idxml" ,"inactive" }, {"trafoxml" ,"inactive" },});
    }
}
