Interface | Description |
---|---|
JIPipeAdaptiveParametersAlgorithm |
An algorithm that has support for adaptive parameters
|
JIPipeDataBatchAlgorithm |
Methods shared across all
JIPipeAlgorithm that generate data batches |
JIPipeDataBatchGenerationSettings | |
JIPipeNodeInfo |
Describes an
JIPipeGraphNode |
JIPipeNodeTypeCategory |
Describes a node category
|
JIPipeParallelizedAlgorithm |
Algorithm that supports parallelization
|
Class | Description |
---|---|
DefaultJIPipeInputSlot |
Default implementation of
JIPipeInputSlot |
DefaultJIPipeOutputSlot |
Default implementation of
JIPipeOutputSlot |
JIPipeAdaptiveParameterSettings |
Settings class that allows users to generate expressions with adaptive parameters
|
JIPipeAdaptiveParameterSettings.VariableSource | |
JIPipeAlgorithm |
An
JIPipeGraphNode that contains a non-empty workload. |
JIPipeAlgorithm.StateSerializer |
Serializer used by getStateId()
It automatically skips name, compartment, description, slot configuration, and UI parameters that are not relevant to the state
|
JIPipeCustomAnnotationMatchingExpressionVariables | |
JIPipeDataBatch |
Wraps a set of input and output slots that belong together
This can be used for convenience
|
JIPipeEmptyNodeInfo |
An empty algorithm info.
|
JIPipeEmptyNodeInfo.Serializer |
Serializes the empty algorithm info
|
JIPipeGraph |
Manages multiple
JIPipeGraphNode instances as graph |
JIPipeGraph.Deserializer |
Deserializes an
JIPipeGraph |
JIPipeGraph.GraphChangedEvent |
Event is triggered when algorithm graph is changed
|
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
|
JIPipeGraph.Serializer |
Serializes an
JIPipeGraph |
JIPipeGraphEdge |
A custom graph edge
|
JIPipeGraphNode |
A node is a set of input and output data slots, and a run() function
It is part of the
JIPipeGraph . |
JIPipeGraphNode.BaseDirectoryChangedEvent |
Triggered when the base directory of a project or algorithm was changed
|
JIPipeGraphNode.Serializer |
Serializes an
JIPipeGraphNode instance |
JIPipeIOSlotConfiguration |
Slot configuration that always ensures 1:1 relation between input and output slots
|
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 |
JIPipeJavaNodeInfo.Serializer |
Serializes the info
|
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.
|
JIPipeMergingDataBatchBuilder |
Class that generates a
JIPipeMergingDataBatch or JIPipeDataBatch instance. |
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 |
JIPipeNodeMenuLocation |
Describes where a node is located in the menu
|
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 |
Enum | Description |
---|---|
JIPipeColumMatching |
Strategies that determine how to detect the columns that should be used for matching
|
JIPipeGraphEdge.Shape |
Available line shapes
|
JIPipeTextAnnotationMatchingMethod |
Annotation Type | Description |
---|---|
JIPipeInputSlot |
Annotates an
JIPipeGraphNode with an input slot. |
JIPipeInputSlots |
Required to allow multiple
JIPipeInputSlot |
JIPipeNodeAlias |
Annotates a node with an additional menu location
|
JIPipeNodeAliases | |
JIPipeOutputSlot |
Annotates an
JIPipeGraphNode with an output slot. |
JIPipeOutputSlots |
Required to allow multiple
JIPipeOutputSlot |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.