Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addInputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
boolean user)
Adds a new input slot
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
boolean user)
Adds a new output slot
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addOutputSlot(String name,
String description,
Class<? extends JIPipeData> dataClass,
String inherited,
boolean user)
Deprecated.
Inherited slot is non-functional
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(AddJIPipeInputSlot slot,
boolean user)
Adds an input slot from an annotation
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(AddJIPipeOutputSlot slot,
boolean user)
Adds an input slot from an annotation
|
default JIPipeDataSlotInfo |
JIPipeMutableSlotConfiguration.addSlot(JIPipeDataSlotInfo definition,
boolean user) |
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user)
Adds a slots
|
JIPipeDataSlotInfo |
JIPipeMutableSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user) |
JIPipeDataSlotInfo |
JIPipeDataSlotInfo.Deserializer.Builder.build() |
JIPipeDataSlotInfo |
JIPipeDataSlotInfo.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
JIPipeDataSlotInfo |
JIPipeDataSlot.getInfo() |
JIPipeDataSlotInfo |
JIPipeDataSlotInfo.renamedCopy(String newName) |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeDataSlotInfo> |
JIPipeDefaultMutableSlotConfiguration.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
JIPipeSlotConfiguration.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
JIPipeDefaultMutableSlotConfiguration.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
JIPipeSlotConfiguration.getOutputSlots() |
Modifier and Type | Method and Description |
---|---|
JIPipeDefaultMutableSlotConfiguration.Builder |
JIPipeDefaultMutableSlotConfiguration.Builder.addSlot(JIPipeDataSlotInfo definition)
Adds a slot
|
default JIPipeDataSlotInfo |
JIPipeMutableSlotConfiguration.addSlot(JIPipeDataSlotInfo definition,
boolean user) |
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user)
Adds a slots
|
JIPipeDataSlotInfo |
JIPipeMutableSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user) |
void |
JIPipeDataSlotInfo.copyMetadata(JIPipeDataSlotInfo other)
Copies additional parameters such as custom names from the other slot
|
void |
JIPipeDataSlotInfo.Serializer.serialize(JIPipeDataSlotInfo definition,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
JIPipeDataSlotInfo.Deserializer.Builder |
JIPipeDataSlotInfo.Deserializer.Builder.setFrom(JIPipeDataSlotInfo info) |
Constructor and Description |
---|
JIPipeDataSlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node)
Creates a new slot
|
JIPipeDataSlotInfo(JIPipeDataSlotInfo other)
Copies the definition
|
JIPipeInputDataSlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node) |
JIPipeOutputDataSlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node) |
Modifier and Type | Method and Description |
---|---|
default void |
JIPipeHistoryJournal.snapshotBeforeAddSlot(JIPipeGraphNode node,
JIPipeDataSlotInfo info,
UUID compartment)
Snapshot before adding a slot
|
default void |
JIPipeHistoryJournal.snapshotBeforeRemoveSlot(JIPipeGraphNode node,
JIPipeDataSlotInfo info,
UUID compartment)
Snapshot before adding a slot
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotInfo |
JIPipeIOSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotInfo |
JIPipeIOSlotConfiguration.addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user) |
void |
JIPipeGraphNode.toggleSlot(JIPipeDataSlotInfo info,
boolean toggle)
Toggles a slot with given info on/off.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeDataSlotInfo> |
CreateNewNodeByInfoDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewNodeByExampleDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewCompartmentNodeDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
ExistingPipelineNodeDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
ExistingCompartmentDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
JIPipeNodeDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewNodesByTemplateDatabaseEntry.getInputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewNodeByInfoDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewNodeByExampleDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewCompartmentNodeDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
ExistingPipelineNodeDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
ExistingCompartmentDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
JIPipeNodeDatabaseEntry.getOutputSlots() |
Map<String,JIPipeDataSlotInfo> |
CreateNewNodesByTemplateDatabaseEntry.getOutputSlots() |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlot |
JIPipeMultiIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
JIPipeDataSlot |
JIPipeSingleIterationStep.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot,
JIPipeProgressInfo progressInfo)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_FLOWS_D |
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_FLOWS_XY |
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_FLOWS_Z |
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_LABELS |
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_PROBABILITIES |
static JIPipeDataSlotInfo |
Cellpose2SegmentationInferenceAlgorithm.OUTPUT_ROI |
static JIPipeDataSlotInfo |
Cellpose2TrainingAlgorithm.OUTPUT_SIZE_MODEL |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_FLOWS_D |
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_FLOWS_XY |
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_FLOWS_Z |
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_LABELS |
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_PROBABILITIES |
static JIPipeDataSlotInfo |
Cellpose3SegmentationInferenceAlgorithm.OUTPUT_ROI |
static JIPipeDataSlotInfo |
Cellpose3SegmentationTrainingAlgorithm.OUTPUT_SIZE_MODEL |
static JIPipeDataSlotInfo |
Cellpose3DenoiseTrainingAlgorithm.OUTPUT_SIZE_MODEL |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.INPUT_PRETRAINED_MODEL
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2TrainingAlgorithm.INPUT_PRETRAINED_MODEL
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_FLOWS_D
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_FLOWS_XY
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_FLOWS_Z
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_LABELS
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_PROBABILITIES
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2InferenceAlgorithm.OUTPUT_ROI
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyCellpose2TrainingAlgorithm.OUTPUT_SIZE_MODEL
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
SkeletonToSimplifiedFilamentsFijiAlgorithm.REFERENCE_INPUT_SLOT |
static JIPipeDataSlotInfo |
SkeletonToSimplifiedFilamentsFijiAlgorithm.ROI_INPUT_SLOT |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
MultiTemplateMatchingAlgorithm.OUTPUT_SLOT_MATCHED_TEMPLATES |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.BRANCHES_TABLE_OUTPUT_SLOT |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.LABELS_IMAGE_OUTPUT_SLOT |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.LSP_IMAGE_OUTPUT_SLOT |
static JIPipeDataSlotInfo |
OrientationVectorField2DAlgorithm.OUTPUT_COHERENCE |
static JIPipeDataSlotInfo |
OrientationVectorField2DAlgorithm.OUTPUT_ENERGY |
static JIPipeDataSlotInfo |
OrientationVectorField2DAlgorithm.OUTPUT_ORIENTATION |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.REFERENCE_INPUT_SLOT |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.ROI_INPUT_SLOT |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.SKELETONS_TABLE_OUTPUT_SLOT |
static JIPipeDataSlotInfo |
AnalyzeSkeleton2D3DAlgorithm.TAGGED_SKELETONS_IMAGE_OUTPUT_SLOT |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
Coloc2Node.SLOT_INPUT_MASK |
static JIPipeDataSlotInfo |
Coloc2Node.SLOT_INPUT_ROI |
static JIPipeDataSlotInfo |
Coloc2Node.SLOT_OUTPUT_WARNINGS |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
CornerHarris2DAlgorithm.OUTPUT_COHERENCY |
static JIPipeDataSlotInfo |
CornerHarris2DAlgorithm.OUTPUT_ENERGY |
static JIPipeDataSlotInfo |
CornerHarris2DAlgorithm.OUTPUT_HARRIS_INDEX |
static JIPipeDataSlotInfo |
CornerHarris2DAlgorithm.OUTPUT_ORIENTATION |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
OrientationFeatures2DAlgorithm.OUTPUT_COHERENCE |
static JIPipeDataSlotInfo |
OrientationFeatures2DAlgorithm.OUTPUT_ENERGY |
static JIPipeDataSlotInfo |
OrientationFeatures2DAlgorithm.OUTPUT_GRADIENT_X |
static JIPipeDataSlotInfo |
OrientationFeatures2DAlgorithm.OUTPUT_GRADIENT_Y |
static JIPipeDataSlotInfo |
OrientationFeatures2DAlgorithm.OUTPUT_ORIENTATION |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_FLOWS_D |
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_FLOWS_XY |
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_FLOWS_Z |
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_LABELS |
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_PROBABILITIES |
static JIPipeDataSlotInfo |
Omnipose0InferenceAlgorithm.OUTPUT_ROI |
static JIPipeDataSlotInfo |
Omnipose0TrainingAlgorithm.OUTPUT_SIZE_MODEL |
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
LegacyOmnipose0TrainingAlgorithm.INPUT_PRETRAINED_MODEL
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.INPUT_PRETRAINED_MODEL
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_FLOWS_D
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_FLOWS_XY
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_FLOWS_Z
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_LABELS
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_PROBABILITIES
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0InferenceAlgorithm.OUTPUT_ROI
Deprecated.
|
static JIPipeDataSlotInfo |
LegacyOmnipose0TrainingAlgorithm.OUTPUT_SIZE_MODEL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Function<JIPipeDataSlotInfo,Object> |
SlotMapParameterCollection.getNewInstanceGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
SlotMapParameterCollection.setNewInstanceGenerator(Function<JIPipeDataSlotInfo,Object> newInstanceGenerator) |
Constructor and Description |
---|
SlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode node,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator,
boolean initialize)
Creates a new instance
|
Constructor and Description |
---|
InputSlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator)
Creates a new instance
|
InputSlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator,
boolean initialize)
Creates a new instance
|
OutputSlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator)
Creates a new instance
|
OutputSlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator,
boolean initialize)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getSlotTable(Collection<JIPipeDataSlotInfo> slotDefinitions)
Creates a slot definition table.
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.