| Name | Description | Type | Package | Framework |
| AbstractNodeExecutionJobManager | Default implementation of an node execution job manager. | Class | org.knime.core.node.workflow | KNIME |
|
| Annotation | An annotation on the workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData | | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData .StyleRange | Formatting rule on the text; similar to SWT style range. | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData .TextAlignment | Text alignment in annotation. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor | Simple utility class that takes a workflow, either in a directory or zipped into a single file, executes it and saves the results in the end. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .BatchException | Exception that can be thrown by subclasses in BatchExecutor. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .IllegalOptionException | Exception for illegal or broken options. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .WorkflowConfiguration | | Class | org.knime.core.node.workflow | KNIME |
|
| BufferedDataTableView | | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionContainer | Holds all information related to one connection between specific ports of two nodes. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionContainer .ConnectionType | Typ of the connection: meta node input, output, through or "standard" connection. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionID | | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgress | Contained in a ConnectionProgressEvent which is fired when the progress information has changed. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgressEvent | This event is fired in order to update the UI with connection statistics andSee Also:Serialized Form | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgressListener | Listener for ConnectionProgressEvent fired when the progress information has changed. | Interface | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformation | Default implementation of a connection extra info. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformationEvent | Event that's fired by a ConnectionContainer when its UI informationAuthor:Bernd Wiswedel, University of KonstanzSee Also:ConnectionContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformationListener | Listener for ui information changes on ConnectionContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| CopyNativeNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopyNodeContainerMetaPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopySingleNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopySubNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopyWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| Credentials | The credentials implementation. | Class | org.knime.core.node.workflow | KNIME |
|
| CredentialsProvider | Provides available credential variables for a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| CredentialsStore | Container for credentials defined on a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| DataColumnPropertiesView | | Class | org.knime.core.node.workflow | KNIME |
|
| DataTableSpecView | | Class | org.knime.core.node.workflow | KNIME |
|
| DialogComponentNode | Interface for nodes which provide dialog components that can be used on metanodes containing those nodes. | Interface | org.knime.core.node.workflow | KNIME |
|
| EditorUIInformation | Stores workflow editor specific settings (like grid settings and zoom level, etc. | Class | org.knime.core.node.workflow | KNIME |
|
| ExecutionController | | Class | org.knime.core.node.workflow | KNIME |
|
| ExecutionEnvironment | Interface for objects defining the environment nodes will be executed in. | Class | org.knime.core.node.workflow | KNIME |
|
| ExpandSubnodeResult | Represents the result of an expansion of a subnode. | Class | org.knime.core.node.workflow.action | KNIME |
|
| FileNativeNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileNodeContainerMetaPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileSingleNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileSubNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileWorkflowPersistor .LoadVersion | A Version representing a specific workflow format. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowLoopContext | Special FlowObject holding loop information. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowLoopContext .RestoredFlowLoopContext | Executed start nodes will use this object during workflow load to indicate that a loop was potentially saved in a half-executed state. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObject | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObjectStack | Container for the stack that keeps for an individual node the flow variables and flow loop information. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObjectStackView | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowScopeContext | Control object on a FlowObjectStack to indicate presence of a scope. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowSubnodeScopeContext | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowTryCatchContext | Pushed on top of the stack inside a try-catch construct. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable | FlowVariable holding local variables of basic types which can be passed along connections in a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable .Scope | Ordinary workflow or flow variable. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable .Type | Type of a variable, supports currently only scalars. | Class | org.knime.core.node.workflow | KNIME |
|
| FromFileNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| FromFileNodeContainerPersistor .PersistorWithPortIndex | Represents the persistor of a connected node with its port (port at the connected node!). | Class | org.knime.core.node.workflow | KNIME |
|
| GlobalTableRepository | | Class | org.knime.core.node.workflow | KNIME |
|
| ICredentials | Credentials object representing login/password information. | Interface | org.knime.core.node.workflow | KNIME |
|
| IllegalFlowObjectStackException | | Class | org.knime.core.node.workflow | KNIME |
|
| IllegalLoopException | | Class | org.knime.core.node.workflow | KNIME |
|
| InnerFlowLoopContext | Control object on a FlowObjectStack to indicate the actual execution of a loop start node. | Class | org.knime.core.node.workflow | KNIME |
|
| InsertWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| InternalNodeContainerState | | Class | org.knime.core.node.workflow | KNIME |
|
| LoopEndNode | Complement to @see{LoopStartNode}. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopEndParallelizeNode | | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartNode | Interface implemented by NodeModel classes to define a loop start node. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartNodeTerminator | Interface for the start node of a loop which provides information about the termination of the loop. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartParallelizeNode | | Interface | org.knime.core.node.workflow | KNIME |
|
| MetaNodeDialogPane | An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel). | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation | Additional information that is associated with a meta node that are used as templates. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .Role | The template's role. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .TemplateType | Instance of WorkflowManager. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .UpdateStatus | Error checking for update. | Class | org.knime.core.node.workflow | KNIME |
|
| ModelContentOutPortView | A port view showing the port's ModelContent asAuthor:Thomas Gabriel, University of KonstanzSee Also:Serialized Form | Class | org.knime.core.node.workflow | KNIME |
|
| NativeNodeContainer | | Class | org.knime.core.node.workflow | KNIME |
|
| NativeNodeContainer .LoopStatus | Possible loop states. | Class | org.knime.core.node.workflow | KNIME |
|
| NativeNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeAnnotation | Annotation associated with a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeAnnotationData | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer | Abstract super class for containers holding node or just structural information of a meta node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .NodeContainerSettings | Helper class that defines load/save routines for general NodeContainer properties. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .NodeContainerSettings .SplitType | Node can't handle it. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .State | Old and unfortunately public possible status values of a NodeContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainerExecutionResult | Remote execution result. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeContainerExecutionStatus | Status of a finished execution of a node. | Interface | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeContainerMetaPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerOutPort | The implementation of an OutPort of a SingleNodeContainer - e. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainerParent | Interface used by embedded WorkflowManager instances to invoke actions on the parent item. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerState | Possible status values of a NodeContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerStateObservable | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerTemplate | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContext | A NodeContext holds information about the context in which an operation on a node is executed. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJob | Runnable that represents the execution of a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManager | Main entry point for compute intensive jobs. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManagerFactory | Main entry point for compute intensive jobs. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManagerPanel | Settings panel for NodeExecutionJobManagers. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobReconnectException | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionResult | | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeExecutorJobManagerDialogTab | NodeExecutionJobManager is available (besides the default one) and shows the settings panel of the job manager(s). | Class | org.knime.core.node.workflow | KNIME |
|
| NodeGraphAnnotation | Wrapper holding graph annotation information for a node in a workflow such as position in nested scopes, layered depth etc. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeGraphAnnotation .Role | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeID | Holds hierarchical ID of a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeInPort | connected NodeOutPort if available and to its node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessage | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessage .Type | Error - fatal, node not executable. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessageEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessageListener | Listener interface for classes that want to get informed aboutAuthor:Fabian Dill, University of Konstanz | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeOutPort | Interface for a node's output port. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeOutPortWrapper | | Class | org.knime.core.node.workflow | KNIME |
|
| NodePort | Abstract node port implementation which keeps an index and a port name. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodePortAdaptor | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgress | Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgressEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgressListener | Listener for NodeProgressEvent fired when the progress information has changed. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodePropertyChangedEvent | Event fired when properties of a node change. | Class | org.knime.core.node.workflow | KNIME |
|
| NodePropertyChangedEvent .NodeProperty | Property types that can possibly change. | Class | org.knime.core.node.workflow | KNIME |
|
| NodePropertyChangedListener | A listener interface for objects interested in changed properties of a node. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeStateChangeListener | Interface for clients that are interested in notifications about stateAuthor:Christoph Sieb, University of Konstanz | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeStateEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeTimer | Holds execution timing information about a specific node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeTimer .GlobalNodeStats | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformation | Special NodeExtraInfo object used by the workflow editor. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformationEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformationListener | | Interface | org.knime.core.node.workflow | KNIME |
|
| ObsoleteMetaNodeFileWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| OutPortView | | Class | org.knime.core.node.workflow | KNIME |
|
| ParallelizedChunkContent | An object representing the copied content of a chunk that is executed inAuthor:wiswedel, University of Konstanz | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| ParallelizedChunkContentMaster | Represents all parallel chunks (ParallelChunkContent) together and also encapsulating metanode. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| PasteWorkflowContentPersistor | Persistor that is used to represent, for instance the clipboard content. | Class | org.knime.core.node.workflow | KNIME |
|
| ScopeEndNode | Complement to ScopeStartNode. | Interface | org.knime.core.node.workflow | KNIME |
|
| ScopeStartNode | Interface implemented by NodeModel classes to define a the start of a new scope. | Interface | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainer | internals, such as a node with an underlying implementation or a subnode hiding it's internal workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainer .MemoryPolicy | Available policy how to handle output data. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainer .SingleNodeContainerSettings | Handles the settings specific to a SingleNodeContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainerExecutionResult | Specialized execution result for SingleNodeContainer. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| SingleNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| SubNodeContainer | and acting like a NativeNodeContainer to the outside. | Class | org.knime.core.node.workflow | KNIME |
|
| SubnodeContainerExecutionResult | Specialized execution result for SubNodeContainer. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| SubNodeContainerPersistor | Describes persistor for SubNodeContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| TemplateNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| UIInformation | Basic interface for extra information. | Interface | org.knime.core.node.workflow | KNIME |
|
| UnsupportedWorkflowVersionException | Exception that is thrown by the load routines if an unsupported workflow version (created by a future KNIME version) is read. | Class | org.knime.core.node.workflow | KNIME |
|
| VirtualParallelizedChunkNodeInput | Utility object that represents the output objects of virtual input nodes. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectInNodeFactory | Node used for parallelization loops and sub nodes. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectInNodeModel | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectOutNodeFactory | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectOutNodeModel | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualPortObjectInNodeFactory | Empty extension of VirtualParallelizedChunkPortObjectInNodeFactory for backward compatibility reasons (fully qualified name possibly saved in workflows). | Class | org.knime.core.node.workflow.virtual | KNIME |
|
| VirtualPortObjectOutNodeFactory | Empty extension of VirtualSubNodeOutputNodeFactory for backward compatibility reasons (fully qualified name possibly saved in workflows). | Class | org.knime.core.node.workflow.virtual | KNIME |
|
| VirtualSubNodeExchange | Utility object that represents the output objects of virtual output nodes. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputConfiguration | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeDialogPane | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeFactory | Factory to subnode virtual input node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeModel | NodeModel of the subnode virtual source node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputConfiguration | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeDialogPane | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeFactory | Factory to virtual subnode output node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeModel | NodeModel to subnode virtual output node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| WizardExecutionController | A utility class received from the workflow manager that allows stepping back and forth in a wizard execution. | Class | org.knime.core.node.workflow | KNIME |
|
| WizardExecutionController .NodeIDSuffix | | Class | org.knime.core.node.workflow | KNIME |
|
| WizardExecutionController .WizardPageContent | Result value of WizardExecutionController. | Class | org.knime.core.node.workflow | KNIME |
|
| Workflow | | Class | org.knime.core.node.workflow | KNIME |
|
| Workflow .NodeAndInports | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowAnnotation | Workflow annotation (not associated with a node). | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipher | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipherPrompt | Callback method to query the unlock password for a meta node. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipherPrompt .PromptCancelled | Thrown to indicate that user gives up entering the password. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowContext | This class holds information about the context in which a workflows currently resides. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowContext .Factory | Factory for workflow contexts. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCopyContent | Class representing node IDs and workflow annotations that need to be copied from a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCreationHelper | Instances of this class are used during creation of new workflows. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowEvent | Event-class for workflow events. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowEvent .Type | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowExecutionMode | enum WorkflowExecutionModeAuthor:Christian Albrecht, KNIME. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowExecutionResult | Specialized execution result for WorkflowManager. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| WorkflowInPort | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowListener | Interface for listeners that receive workflow events. | Interface | org.knime.core.node.workflow | KNIME |
|
| WorkflowLoadHelper | Callback class that is used during loading of a workflow to read user credentials and other information. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowLoadHelper .UnknownKNIMEVersionLoadPolicy | How to proceed when a workflow written with a future KNIME version is | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager | Container holding nodes and connections of a (sub) workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager .AuthorInformation | Meta data such as who create the workflow and who edited it last and when. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager .NodeModelFilter | A subclassable filter object that is used in various findXYZ methods. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowOutPort | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .ConnectionContainerTemplate | Helper class representing a connection. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResultEntry | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResultEntry .LoadResultEntryType | Returns the enum constant of this type with the specified name. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .MetaNodeLinkUpdateResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .NodeContainerTemplateLinkUpdateResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .NodeFactoryUnknownException | Thrown when node factory is not available. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .WorkflowLoadResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .WorkflowPortTemplate | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowSaveHelper | Helper object to specify options when workflow gets saved. | Class | org.knime.core.node.workflow | KNIME |