org.knime.core.node.workflow
Interface SingleNodeContainerPersistor

All Superinterfaces:
NodeContainerPersistor
All Known Implementing Classes:
CopySingleNodeContainerPersistor, SingleNodeContainerPersistorVersion1xx, SingleNodeContainerPersistorVersion200

interface SingleNodeContainerPersistor
extends NodeContainerPersistor

Author:
wiswedel, University of Konstanz

Field Summary
static String KEY_FACTORY_NAME
          Key for the factory class name, used to load nodes.
static String SETTINGS_FILE_NAME
          Name of the settings file in a node's directory.
 
Method Summary
 List<FlowObject> getFlowObjects()
           
 Node getNode()
           
 SingleNodeContainer.SingleNodeContainerSettings getSNCSettings()
           
 
Methods inherited from interface org.knime.core.node.workflow.NodeContainerPersistor
getMetaPersistor, getNodeContainer, isDirtyAfterLoad, loadNodeContainer, mustComplainIfStateDoesNotMatch, needsResetAfterLoad, preLoadNodeContainer
 

Field Detail

SETTINGS_FILE_NAME

static final String SETTINGS_FILE_NAME
Name of the settings file in a node's directory.

See Also:
Constant Field Values

KEY_FACTORY_NAME

static final String KEY_FACTORY_NAME
Key for the factory class name, used to load nodes.

See Also:
Constant Field Values
Method Detail

getNode

Node getNode()

getSNCSettings

SingleNodeContainer.SingleNodeContainerSettings getSNCSettings()

getFlowObjects

List<FlowObject> getFlowObjects()


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.