|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowVariable | |
---|---|
org.knime.base.node.flowvariable.appendvariabletotable | |
org.knime.base.node.flowvariable.variabletotablerow | |
org.knime.base.node.io.filereader | Contains a node implementation that reads in data from an ASCII file. |
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.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of FlowVariable in org.knime.base.node.flowvariable.appendvariabletotable |
---|
Methods in org.knime.base.node.flowvariable.appendvariabletotable with parameters of type FlowVariable | |
---|---|
void |
AppendVariableToTableSettings.setVariablesOfInterest(FlowVariable[] variablesOfInterest)
|
Method parameters in org.knime.base.node.flowvariable.appendvariabletotable with type arguments of type FlowVariable | |
---|---|
void |
AppendVariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings,
Map<String,FlowVariable> scopeVariableMap)
Load settings. |
Uses of FlowVariable in org.knime.base.node.flowvariable.variabletotablerow |
---|
Methods in org.knime.base.node.flowvariable.variabletotablerow with parameters of type FlowVariable | |
---|---|
void |
VariableToTableSettings.setVariablesOfInterest(FlowVariable[] variablesOfInterest)
|
Method parameters in org.knime.base.node.flowvariable.variabletotablerow with type arguments of type FlowVariable | |
---|---|
void |
VariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings,
Map<String,FlowVariable> scopeVariableMap)
Load settings. |
Uses of FlowVariable in org.knime.base.node.io.filereader |
---|
Method parameters in org.knime.base.node.io.filereader with type arguments of type FlowVariable | |
---|---|
(package private) VariableFileReaderNodeSettings |
VariableFileReaderNodeSettings.createSettingsFrom(Map<String,FlowVariable> stack)
Creates a clone from this object replacing the dataURL location by the value from stack. |
Uses of FlowVariable in org.knime.base.node.meta.looper.condition |
---|
Methods in org.knime.base.node.meta.looper.condition with parameters of type FlowVariable | |
---|---|
void |
LoopEndConditionSettings.variable(FlowVariable var)
Sets the flow variable which is checked in each iteration. |
Uses of FlowVariable in org.knime.core.node |
---|
Methods in org.knime.core.node that return FlowVariable | |
---|---|
(package private) FlowVariable[] |
FlowVariableModel.getMatchingVariables()
|
Methods in org.knime.core.node that return types with arguments of type FlowVariable | |
---|---|
Map<String,FlowVariable> |
NodeDialogPane.getAvailableFlowVariables()
|
Uses of FlowVariable in org.knime.core.node.config |
---|
Methods in org.knime.core.node.config that return types with arguments of type FlowVariable | |
---|---|
List<FlowVariable> |
ConfigEditTreeModel.overwriteSettings(Config settingsTree,
Map<String,FlowVariable> variables)
Modifies the first argument to reflect the values of the mask represented by this object. |
Method parameters in org.knime.core.node.config with type arguments of type FlowVariable | |
---|---|
List<FlowVariable> |
ConfigEditTreeModel.overwriteSettings(Config settingsTree,
Map<String,FlowVariable> variables)
Modifies the first argument to reflect the values of the mask represented by this object. |
Uses of FlowVariable in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return FlowVariable | |
---|---|
(package private) static FlowVariable |
FlowVariable.load(NodeSettingsRO sub)
Read a flow variable from a settings object. |
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. |
Methods in org.knime.core.node.workflow that return types with arguments of type FlowVariable | |
---|---|
Map<String,FlowVariable> |
FlowObjectStack.getAvailableFlowVariables()
Get all (visible!) variables on the stack in a non-modifiable map. |
List<FlowVariable> |
CopyWorkflowPersistor.getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
List<FlowVariable> |
WorkflowPersistorVersion1xx.getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
List<FlowVariable> |
InsertWorkflowPersistor.getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
List<FlowVariable> |
WorkflowPersistor.getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
List<FlowVariable> |
WorkflowManager.getWorkflowVariables()
Get read-only access on the current workflow variables. |
List<FlowVariable> |
PasteWorkflowContentPersistor.getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
protected List<FlowVariable> |
WorkflowPersistorVersion1xx.loadWorkflowVariables(NodeSettingsRO settings)
Load workflow variables (not available in 1.3.x flows). |
List<FlowVariable> |
WorkflowPersistorVersion200.loadWorkflowVariables(NodeSettingsRO settings)
Load workflow variables (not available in 1.3.x flows). |
Methods in org.knime.core.node.workflow with parameters of type FlowVariable | |
---|---|
void |
WorkflowManager.addWorkflowVariables(boolean skipReset,
FlowVariable... newVars)
Set new workflow variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |