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