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