| Name | Description | Type | Package | Framework |
| AbstractBooleanDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME | |
| AbstractColumnDBAggregationFunction | Abstract class that allows the user to select a column from the input table. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
| AbstractConcatDBAggregationFunction | Abstract class that can be used by concatenation functions. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | KNIME |
| AbstractDistinctDBAggregationFunction | Abstract class that provides a dialog where the user can select if distinct should be used in the function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| AbstractPortObject | Abstract implementation of general port objects. | Class | org.knime.core.node.port | KNIME |
| AbstractPortObject .AbstractPortObjectSerializer | Abstract implementation of the a serializer for all AbstractPortObjects. | Class | org.knime.core.node.port | KNIME |
| AbstractSimplePortObject | Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects. | Class | org.knime.core.node.port | KNIME |
| AbstractSimplePortObject .AbstractSimplePortObjectSerializer | Abstract implementation of the a serializer for all AbstractSimplePortObjects. | Class | org.knime.core.node.port | KNIME |
| AbstractSimplePortObjectSpec | Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects. | Class | org.knime.core.node.port | KNIME |
| AbstractSimplePortObjectSpec .AbstractSimplePortObjectSpecSerializer | Abstract implementation of the a serializer for all AbstractSimplePortObjectSpecs. | Class | org.knime.core.node.port | KNIME |
| AggregationFunction | Methods are not thread safe since they might have internal state. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
| AggregationFunctionProvider | Interface | org.knime.core.node.port.database.aggregation | KNIME | |
| ArrayAggDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function.postgresql | KNIME | |
| ArrayAggDBAggregationFunction .Factory | Factory for ArrayAggDBAggregationFunction. | Class | org.knime.core.node.port.database.aggregation.function.postgresql | KNIME |
| AvgDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| AvgDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| AvgDistinctDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| AvgDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| BitAndDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| BitAndDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| BitOrDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| BitOrDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| BitXOrDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| BitXOrDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| BooleanFuntionSettings | Class that save the settings of the BooleanFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME |
| BooleanFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME |
| ColorHandlerPortObject | PortObject implementation for ColorHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
| ColorHandlerPortObject .Serializer | Class | org.knime.core.node.port.viewproperty | KNIME | |
| ColumnFuntionSettings | Class that save the settings of the ColumnFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
| ColumnFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
| ConcatDBAggregationFuntionSettings | Class that save the settings of the ConcatDBAggregationFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | KNIME |
| ConcatDBAggregationFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | KNIME |
| CorrDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| CorrDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CountDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| CountDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CountDistinctDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| CountDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CovarPopDBAggregationFunction | COmputes the co variance of two columns. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CovarPopDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CovarSampDBAggregationFunction | COmputes the co variance of two columns. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CovarSampDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| CustomDBAggregationFunction | Database aggregation function that allows the user to manually specify the aggregation function to use. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
| CustomDBAggregationFunction .Factory | Factory for CustomDBAggregationFunction. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
| CustomDBAggregationFuntionSettings | Class that save the settings of the CustomDBAggregationFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
| CustomDBAggregationFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
| DatabaseConnectionPortObject | Port object that holds a database connection (without any query). | Class | org.knime.core.node.port.database | KNIME |
| DatabaseConnectionPortObject .Serializer | Serializer used to save DatabaseConnectionPortObjects. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseConnectionPortObjectSpec | Specification for a database connection port. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseConnectionPortObjectSpec .Serializer | A serializer for DatabaseConnectionPortObjectSpecs. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseConnectionSettings | Class | org.knime.core.node.port.database | KNIME | |
| DatabaseConnectionView | Class | org.knime.core.node.port.database | KNIME | |
| DatabaseDriverLoader | Utility class to load additional drivers from jar and zip to theAuthor:Thomas Gabriel, University of Konstanz | Class | org.knime.core.node.port.database | KNIME |
| DatabaseDriverLoaderTest | Class | org.knime.core.node.port.database | KNIME | |
| DatabasePortObject | Class used as database port object holding a BufferedDataTable and a ModelContentRO to create a database connection. | Class | org.knime.core.node.port.database | KNIME |
| DatabasePortObject .Serializer | Serializer used to save DatabasePortObject. | Class | org.knime.core.node.port.database | KNIME |
| DatabasePortObjectSpec | Class used as database port object holding a DataTableSpec and a ModelContentRO to create a database connection. | Class | org.knime.core.node.port.database | KNIME |
| DatabasePortObjectSpec .Serializer | Class | org.knime.core.node.port.database | KNIME | |
| DatabaseQueryConnectionSettings | Class | org.knime.core.node.port.database | KNIME | |
| DatabaseReaderConnection | Creates a connection to read from database. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseUtility | This class is the entry point for database specific routines and information. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseWrappedDriver | Wraps an java. | Class | org.knime.core.node.port.database | KNIME |
| DatabaseWriterConnection | Creates a connection to write to database. | Class | org.knime.core.node.port.database | KNIME |
| DB2Utility | Database utility for IBM DB2. | Class | org.knime.core.node.port.database | KNIME |
| DBAggregationFunction | Interface | org.knime.core.node.port.database.aggregation | KNIME | |
| DBAggregationFunctionFactory | Factory for creating DBAggregationFunction. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
| DBAggregationFunctionLabelComparator | Compares two DBAggregationFunctions based on their name. | Class | org.knime.core.node.port.database.aggregation | KNIME |
| DBAggregationFunctionUtil | Class | org.knime.core.node.port.database.aggregation | KNIME | |
| DerivedFieldMapper | Creates a map of data column names to PMML derived field names for a PMML document and vice versa. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
| FirstDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| FirstDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| FlowVariablePortObject | A singleton port object representing a variable input. | Class | org.knime.core.node.port.flowvariable | KNIME |
| FlowVariablePortObject .Serializer | Serializer for this port object. | Class | org.knime.core.node.port.flowvariable | KNIME |
| FlowVariablePortObjectSpec | Spec to the FlowVariablePortObject. | Class | org.knime.core.node.port.flowvariable | KNIME |
| FlowVariablePortObjectSpec .Serializer | Serializer for FlowVariablePortObjectSpecs. | Class | org.knime.core.node.port.flowvariable | KNIME |
| GroupConcatDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| GroupConcatDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| ImagePortObject | Port object representing a simple image (png, . | Class | org.knime.core.node.port.image | KNIME |
| ImagePortObject .Serializer | Class | org.knime.core.node.port.image | KNIME | |
| ImagePortObjectSpec | Port object spec to an ImagePortObject. | Class | org.knime.core.node.port.image | KNIME |
| ImagePortObjectSpec .Serializer | Class | org.knime.core.node.port.image | KNIME | |
| InactiveBranchConsumer | Marker interface implemented by nodes (NodeModel) that are able to consume | Interface | org.knime.core.node.port.inactive | KNIME |
| InactiveBranchPortObject | An empty PortObject implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch). | Class | org.knime.core.node.port.inactive | KNIME |
| InactiveBranchPortObject .Serializer | Serializer for InactiveBranchPortObjects. | Class | org.knime.core.node.port.inactive | KNIME |
| InactiveBranchPortObjectSpec | An empty PortObjectSpec implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF | Class | org.knime.core.node.port.inactive | KNIME |
| InactiveBranchPortObjectSpec .Serializer | Serializer for InactiveBranchPortObjectSpecs. | Class | org.knime.core.node.port.inactive | KNIME |
| InvalidAggregationFunction | Interface that indicates an invalid aggregation function. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
| InvalidDBAggregationFunction | Class that indicates an invalid db aggregation function. | Class | org.knime.core.node.port.database.aggregation | KNIME |
| LastDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| LastDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| MaxDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| MaxDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| MetaPortInfo | Object describing a meta node port. | Class | org.knime.core.node.port | KNIME |
| MinDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| MinDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| MySQLUtility | Database utility for MySQL. | Class | org.knime.core.node.port.database | KNIME |
| NoSettingsDBAggregationFunction | This class should be extended by DBAggregationFunctions that do not need additional settings. | Class | org.knime.core.node.port.database.aggregation | KNIME |
| OracleUtility | Database utility for Oracle. | Class | org.knime.core.node.port.database | KNIME |
| PMMLClusteringModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLContentHandler | This class should no longer be used. | Class | org.knime.core.node.port.pmml | KNIME |
| PMMLDataDictionaryTranslator | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLElements | Class | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLGeneralRegressionModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLMiningModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLMiningSchemaTranslator | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLNaiveBayesModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLNeuralNetworkWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObject | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObjectSerializer | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObjectSpec | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObjectSpecCreator | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObjectSpecSerializer | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPortObjectView | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLPreprocOperation | This class will be removed in a future version. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
| PMMLPreprocOperation .PMMLTransformElement | Class | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLPreprocPortObject | The PMML preprocessing operations can now be included directly in the PMMLPortObject instead of handling them in a special port type. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
| PMMLPreprocPortObject .Serializer | Class | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLPreprocPortObjectSpec | Dummy singleton port object instance. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
| PMMLPreprocPortObjectSpec .Serializer | Class | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLPreprocPortObjectView | Class | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLPreprocTranslator | Interface | org.knime.core.node.port.pmml.preproc | KNIME | |
| PMMLRegressionModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLRuleSetModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLSupportVectorMachineModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PMMLTransformation | enum PMMLTransformationEnum Constant Summary | Class | org.knime.core.node.port.pmml.preproc | KNIME |
| PMMLTranslator | Interface | org.knime.core.node.port.pmml | KNIME | |
| PMMLTreeModelWrapper | Class | org.knime.core.node.port.pmml | KNIME | |
| PortObject | General interface for objects that are passed along node connections. | Interface | org.knime.core.node.port | KNIME |
| PortObject .PortObjectSerializer | Factory class that's used for writing and loading objects of class denoted by T. | Class | org.knime.core.node.port | KNIME |
| PortObjectHolder | Allows node model implementations to keep their in- or output data as reference even after a save/load cycle. | Interface | org.knime.core.node.port | KNIME |
| PortObjectSpec | General interface for object specifications that are passed along node connections. | Interface | org.knime.core.node.port | KNIME |
| PortObjectSpec .PortObjectSpecSerializer | Factory class that's used for writing and loading objects of class denoted by T. | Class | org.knime.core.node.port | KNIME |
| PortObjectSpecZipInputStream | Counterpart to PortObjectZipOutputStream. | Class | org.knime.core.node.port | KNIME |
| PortObjectSpecZipOutputStream | Zip stream that is used to persist objects of class PortObjectSpec. | Class | org.knime.core.node.port | KNIME |
| PortObjectZipInputStream | Counterpart to PortObjectZipOutputStream. | Class | org.knime.core.node.port | KNIME |
| PortObjectZipOutputStream | Zip stream that is used to persist objects of class PortObject. | Class | org.knime.core.node.port | KNIME |
| PortType | Holds type information about node port types. | Class | org.knime.core.node.port | KNIME |
| PortTypeRegistry | Class | org.knime.core.node.port | KNIME | |
| PortUtil | Contains framework methods that are used to persist or read PortObject and PortObjectSpec objects. | Class | org.knime.core.node.port | KNIME |
| PostgreSQLUtility | Database utility for PostgreSQL. | Class | org.knime.core.node.port.database | KNIME |
| RegrAvgXDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrAvgXDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrAvgYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrAvgYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrCountDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrCountDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrInterceptDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrInterceptDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrR2DBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrR2DBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSlopeDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSlopeDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSXXDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSXXDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSXYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSXYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSYYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| RegrSYYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| ShapeHandlerPortObject | PortObject implementation for ShapeHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
| ShapeHandlerPortObject .Serializer | Class | org.knime.core.node.port.viewproperty | KNIME | |
| SimpleDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation | KNIME | |
| SizeHandlerPortObject | PortObject implementation for SizeHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
| SizeHandlerPortObject .Serializer | Class | org.knime.core.node.port.viewproperty | KNIME | |
| SQLiteUtility | Database utility for SQLite. | Class | org.knime.core.node.port.database | KNIME |
| SQLServerUtility | Database utility for MS SQL Server. | Class | org.knime.core.node.port.database | KNIME |
| StatementManipulator | This class lets you manipulate SQL statement by adding database-specific parts or changing statement parameters. | Class | org.knime.core.node.port.database | KNIME |
| StdDevPopDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| StdDevPopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| StdDevSampDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| StdDevSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| SumDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| SumDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| SumDistinctDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| SumDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| TotalDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function.sqlite | KNIME | |
| TotalDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function.sqlite | KNIME |
| VariancePopDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| VariancePopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| VarianceSampDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| VarianceSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| VarPopDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| VarPopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| VarSampDBAggregationFunction | Class | org.knime.core.node.port.database.aggregation.function | KNIME | |
| VarSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
| ViewPropertyPortObject | PortObject used to represent visual properties such as color, shape and size information attached to a table. | Class | org.knime.core.node.port.viewproperty | KNIME |
| XFilter | Class | org.knime.core.node.port.pmml | KNIME | |
| XMLTreeCreator | Parses XML and returns a model of the parsed tree that can be displayed Author:Fabian Dill, University of Konstanz | Class | org.knime.core.node.port.pmml | KNIME |