|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowVariable.Type | |
---|---|
org.knime.base.node.flowvariable.appendvariabletotable | |
org.knime.base.node.flowvariable.variabletotablerow | |
org.knime.base.node.meta.looper.condition | Contains two nodes with which a loop can be built. |
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. |
org.knime.core.node.defaultnodesettings | Contains default dialog components, which can be used to quickly create a simple dialog. |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of FlowVariable.Type in org.knime.base.node.flowvariable.appendvariabletotable |
---|
Methods in org.knime.base.node.flowvariable.appendvariabletotable that return types with arguments of type FlowVariable.Type | |
---|---|
List<Pair<String,FlowVariable.Type>> |
AppendVariableToTableSettings.getVariablesOfInterest()
|
Uses of FlowVariable.Type in org.knime.base.node.flowvariable.variabletotablerow |
---|
Methods in org.knime.base.node.flowvariable.variabletotablerow that return types with arguments of type FlowVariable.Type | |
---|---|
List<Pair<String,FlowVariable.Type>> |
VariableToTableSettings.getVariablesOfInterest()
|
Uses of FlowVariable.Type in org.knime.base.node.meta.looper.condition |
---|
Methods in org.knime.base.node.meta.looper.condition that return FlowVariable.Type | |
---|---|
FlowVariable.Type |
LoopEndConditionSettings.variableType()
Returns the flow variable's type which is checked in each iteration. |
Uses of FlowVariable.Type in org.knime.core.node |
---|
Methods in org.knime.core.node that return FlowVariable.Type | |
---|---|
FlowVariable.Type |
FlowVariableModel.getType()
|
Methods in org.knime.core.node with parameters of type FlowVariable.Type | |
---|---|
FlowVariableModel |
NodeDialogPane.createFlowVariableModel(String[] keys,
FlowVariable.Type type)
Create model and register a new variable for a specific settings entry for a hierarchical settings object. |
FlowVariableModel |
NodeDialogPane.createFlowVariableModel(String key,
FlowVariable.Type type)
Create model and register a new variable for a specific settings entry (in a non-hierarchical settings object). |
Constructors in org.knime.core.node with parameters of type FlowVariable.Type | |
---|---|
FlowVariableModel(NodeDialogPane parent,
String[] keys,
FlowVariable.Type type)
Create a new WVM object. |
Uses of FlowVariable.Type in org.knime.core.node.config |
---|
Methods in org.knime.core.node.config with parameters of type FlowVariable.Type | |
---|---|
static boolean |
ConfigEditTreeModel.doesTypeAccept(FlowVariable.Type desiredType,
FlowVariable.Type actualType)
Determines whether a flow variable at hand (represented by its actual type) can be converted into a desired type. |
Uses of FlowVariable.Type in org.knime.core.node.defaultnodesettings |
---|
Methods in org.knime.core.node.defaultnodesettings that return FlowVariable.Type | |
---|---|
FlowVariable.Type |
SettingsModelFlowVariableCompatible.getFlowVariableType()
|
FlowVariable.Type |
SettingsModelInteger.getFlowVariableType()
|
FlowVariable.Type |
SettingsModelDouble.getFlowVariableType()
|
Uses of FlowVariable.Type in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return FlowVariable.Type | |
---|---|
FlowVariable.Type |
FlowVariable.getType()
|
static FlowVariable.Type |
FlowVariable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FlowVariable.Type[] |
FlowVariable.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.core.node.workflow with parameters of type FlowVariable.Type | |
---|---|
FlowVariable |
FlowObjectStack.peekFlowVariable(String name,
FlowVariable.Type type)
Get the variable with the given name or null if no such variable is on the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |