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