|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
public static class SingleNodeContainer.SingleNodeContainerSettings
Handles the settings specific to a SingleNodeContainer. Reads and writes them from and into a NodeSettings object.
Constructor Summary | |
---|---|
SingleNodeContainer.SingleNodeContainerSettings()
Creates a settings object with default values. |
|
SingleNodeContainer.SingleNodeContainerSettings(NodeSettingsRO settings)
Creates a new instance holding the settings contained in the specified object. |
Method Summary | |
---|---|
protected SingleNodeContainer.SingleNodeContainerSettings |
clone()
|
SingleNodeContainer.MemoryPolicy |
getMemoryPolicy()
Returns the memory policy currently stored in this settings object. |
void |
save(NodeSettingsWO settings)
Writes the current settings values into the passed argument. |
void |
setMemoryPolicy(SingleNodeContainer.MemoryPolicy memPolicy)
Store a new memory policy in this settings object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleNodeContainer.SingleNodeContainerSettings()
public SingleNodeContainer.SingleNodeContainerSettings(NodeSettingsRO settings) throws InvalidSettingsException
settings
- the object with the settings to read
InvalidSettingsException
- if the settings in the argument are
invalidMethod Detail |
---|
public void save(NodeSettingsWO settings)
settings
- the object to write the settings into.public void setMemoryPolicy(SingleNodeContainer.MemoryPolicy memPolicy)
memPolicy
- the new policy to setpublic SingleNodeContainer.MemoryPolicy getMemoryPolicy()
protected SingleNodeContainer.SingleNodeContainerSettings clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |