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