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