|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConfigEntry | |
---|---|
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.config | Contains a utility class Config to store
a general state (i.e. |
Uses of AbstractConfigEntry in org.knime.core.node |
---|
Subclasses of AbstractConfigEntry in org.knime.core.node | |
---|---|
class |
ModelContent
This ModelContent is used to store XML-like model settings. |
class |
NodeSettings
This class overwrites the general Config object and
specializes some method to access NodeSettings object. |
Uses of AbstractConfigEntry in org.knime.core.node.config |
---|
Subclasses of AbstractConfigEntry in org.knime.core.node.config | |
---|---|
class |
Config
Supports a mechanism to save settings by their type and a key. |
(package private) class |
ConfigBooleanEntry
Config entry for boolean objects. |
(package private) class |
ConfigByteEntry
Config entry for byte objects. |
(package private) class |
ConfigCharEntry
Config entry for char objects. |
(package private) class |
ConfigDoubleEntry
Config entry for double values. |
(package private) class |
ConfigFloatEntry
Config entry for float values. |
(package private) class |
ConfigIntEntry
Config entry for integer values. |
(package private) class |
ConfigLongEntry
Config entry for long values. |
(package private) class |
ConfigShortEntry
Config entry for short values. |
(package private) class |
ConfigStringEntry
Config entry for String values. |
Methods in org.knime.core.node.config that return AbstractConfigEntry | |
---|---|
(package private) abstract AbstractConfigEntry |
ConfigEntries.createEntry(String key,
String value)
Creates a new Config entry from String. |
AbstractConfigEntry |
ConfigEditTreeModel.ConfigEditTreeNode.getConfigEntry()
|
(package private) AbstractConfigEntry |
Config.getEntry(String key)
Returns Config entry for a key. |
Methods in org.knime.core.node.config with parameters of type AbstractConfigEntry | |
---|---|
(package private) void |
Config.addEntry(AbstractConfigEntry entry)
Adds the given Config entry to this Config. |
protected boolean |
ConfigIntEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
boolean |
Config.hasIdenticalValue(AbstractConfigEntry otherConfig)
|
protected boolean |
ConfigLongEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigShortEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigByteEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
(package private) abstract boolean |
AbstractConfigEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigFloatEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigStringEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigDoubleEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigCharEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
protected boolean |
ConfigBooleanEntry.hasIdenticalValue(AbstractConfigEntry ace)
Derived classes must compare their value with the value in the passed argument (on equality). |
boolean |
AbstractConfigEntry.isIdentical(AbstractConfigEntry ace)
Checks the identity of two config entries. |
(package private) void |
AbstractConfigEntry.setParent(AbstractConfigEntry parent)
Sets the parent for this entry which is null if not available. |
Constructors in org.knime.core.node.config with parameters of type AbstractConfigEntry | |
---|---|
ConfigEditTreeModel.ConfigEditTreeNode(AbstractConfigEntry entry)
Constructs new tree node based on a representative config entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |