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