|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowObject | |
---|---|
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of FlowObject in org.knime.core.node.workflow |
---|
Subclasses of FlowObject in org.knime.core.node.workflow | |
---|---|
class |
FlowLoopContext
Special FlowObject holding loop information. |
static class |
FlowLoopContext.RestoredFlowLoopContext
|
class |
FlowVariable
FlowVariable holding local variables of basic types which can be passed along connections in a workflow. |
Methods in org.knime.core.node.workflow with type parameters of type FlowObject | ||
---|---|---|
|
FlowObjectStack.peek(Class<T> type)
|
|
|
FlowObjectStack.pop(Class<T> type)
Removes all elements from the stack whose class is not of the given type. |
Methods in org.knime.core.node.workflow that return FlowObject | |
---|---|
protected FlowObject |
FlowObject.clone()
|
protected FlowObject |
FlowObject.cloneAndUnsetOwner()
|
protected FlowObject |
FlowLoopContext.cloneAndUnsetOwner()
|
Methods in org.knime.core.node.workflow that return types with arguments of type FlowObject | |
---|---|
List<FlowObject> |
SingleNodeContainerPersistorVersion1xx.getFlowObjects()
|
List<FlowObject> |
CopySingleNodeContainerPersistor.getFlowObjects()
|
List<FlowObject> |
SingleNodeContainerPersistor.getFlowObjects()
|
(package private) List<FlowObject> |
FlowObjectStack.getFlowObjectsOwnedBy(NodeID id)
Get all objects on the stack that are owned by the node with the given id. |
Iterator<FlowObject> |
FlowObjectStack.iterator()
Get iterator on elements, top of stack first. |
protected List<FlowObject> |
SingleNodeContainerPersistorVersion1xx.loadFlowObjects(NodeSettingsRO settings)
|
protected List<FlowObject> |
SingleNodeContainerPersistorVersion200.loadFlowObjects(NodeSettingsRO settings)
|
Methods in org.knime.core.node.workflow with parameters of type FlowObject | |
---|---|
void |
FlowObjectStack.push(FlowObject item)
|
void |
NodeContainer.removeWaitingLoopHeadNode(FlowObject so)
Remove element from list of waiting loops. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |