Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeExample
Contains functions around a
JIPipeNodeTemplate that stores an example of a node |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
Class and Description |
---|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeDataBatchGenerationSettings |
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeMergingAlgorithmDataBatchGenerationSettings |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeDataBatchGenerationSettings |
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeMergingAlgorithmDataBatchGenerationSettings |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAdaptiveParameterSettings
Settings class that allows users to generate expressions with adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeColumMatching
Strategies that determine how to detect the columns that should be used for matching
|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeDataBatchGenerationSettings |
JIPipeEmptyNodeInfo
An empty algorithm info.
|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.NodeConnectedEvent
Generated when a connection was made in
JIPipeGraph |
JIPipeGraph.NodeDisconnectedEvent
Generated when slots are disconnected
|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphEdge
A custom graph edge
|
JIPipeGraphEdge.Shape
Available line shapes
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeIteratingAlgorithmDataBatchGenerationSettings
Groups data batch generation settings
|
JIPipeIteratingMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings
Groups data batch generation settings
|
JIPipeJavaNodeInfo
JIPipeNodeInfo for an algorithm that is defined in Java code
All necessary properties are extracted from class attributes |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingAlgorithmDataBatchGenerationSettings |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeMissingDataGeneratorDataBatchGenerationSettings
Groups data batch generation settings
|
JIPipeMutableNodeInfo
Instantiates
JIPipeGraphNode instances |
JIPipeNodeExample
Contains functions around a
JIPipeNodeTemplate that stores an example of a node |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeMenuLocation
Describes where a node is located in the menu
|
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterlessSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeParameterlessSimpleIteratingAlgorithm.DataBatchGenerationSettings |
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeParameterSlotAlgorithmSettings
Groups parameter slot settings
|
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeSimpleIteratingAlgorithmDataBatchGenerationSettings |
JIPipeSingleIterationAlgorithm
An
JIPipeAlgorithm that applies a single iteration with a data batch containing all data. |
JIPipeSingleIterationAlgorithmDataBatchGenerationSettings |
JIPipeTextAnnotationMatchingMethod |
Class and Description |
---|
JIPipeNodeTypeCategory
Describes a node category
|
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeExample
Contains functions around a
JIPipeNodeTemplate that stores an example of a node |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeIteratingAlgorithmDataBatchGenerationSettings
Groups data batch generation settings
|
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeSingleIterationAlgorithm
An
JIPipeAlgorithm that applies a single iteration with a data batch containing all data. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSingleIterationAlgorithm
An
JIPipeAlgorithm that applies a single iteration with a data batch containing all data. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeMenuLocation
Describes where a node is located in the menu
|
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeDataBatchGenerationSettings |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingAlgorithmDataBatchGenerationSettings |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeSimpleIteratingAlgorithmDataBatchGenerationSettings |
Class and Description |
---|
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
DefaultJIPipeOutputSlot
Default implementation of
JIPipeOutputSlot |
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeAliases |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterlessSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeNodeExample
Contains functions around a
JIPipeNodeTemplate that stores an example of a node |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSingleIterationAlgorithm
An
JIPipeAlgorithm that applies a single iteration with a data batch containing all data. |
Class and Description |
---|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeMenuLocation
Describes where a node is located in the menu
|
JIPipeNodeTypeCategory
Describes a node category
|
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots
Required to allow multiple
JIPipeOutputSlot |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeAlias
Annotates a node with an additional menu location
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots
Required to allow multiple
JIPipeInputSlot |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeMissingDataGeneratorAlgorithm
An
JIPipeAlgorithm that passes incoming data to their corresponding output slots if the data batch is complete
and otherwise runs a generator function that generates missing data items. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeInputSlot
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeOutputSlot
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
JIPipeSimpleIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
Class and Description |
---|
JIPipeAdaptiveParametersAlgorithm
An algorithm that has support for adaptive parameters
|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeDataBatch
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeDataBatchAlgorithm
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeIteratingAlgorithm
An
JIPipeAlgorithm that iterates through each data row. |
JIPipeMergingAlgorithm
An
JIPipeAlgorithm that applies a similar algorithm to JIPipeIteratingAlgorithm , but does create JIPipeMergingDataBatch instead. |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeParallelizedAlgorithm
Algorithm that supports parallelization
|
JIPipeParameterSlotAlgorithm
An
JIPipeAlgorithm that has an optional slot that allows to supply parameter data sets. |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
Class and Description |
---|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraph.NodeDisconnectedEvent
Generated when slots are disconnected
|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeMergingDataBatch
Wraps a set of input and output slots that belong together.
|
Class and Description |
---|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory
Describes a node category
|
Class and Description |
---|
JIPipeAlgorithm
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
JIPipeGraph.NodeConnectedEvent
Generated when a connection was made in
JIPipeGraph |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeAdaptiveParameterSettings
Settings class that allows users to generate expressions with adaptive parameters
|
JIPipeGraph.NodeSlotsChangedEvent
Triggered when an algorithm's slots change
|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeParameterSlotAlgorithmSettings
Groups parameter slot settings
|
Class and Description |
---|
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
Class and Description |
---|
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
Class and Description |
---|
JIPipeGraph.GraphChangedEvent
Event is triggered when algorithm graph is changed
|
Class and Description |
---|
JIPipeGraph
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraphNode
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeNodeInfo
Describes an
JIPipeGraphNode |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.