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,
String inherited,
boolean user)
Adds a new input slot
|
default JIPipeDataSlotInfo |
JIPipeMutableSlotConfiguration.addSlot(JIPipeDataSlotInfo definition,
boolean user) |
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(JIPipeInputSlot slot,
boolean user)
Adds an input slot from an annotation
|
JIPipeDataSlotInfo |
JIPipeDefaultMutableSlotConfiguration.addSlot(JIPipeOutputSlot slot,
boolean user)
Adds an input slot from an annotation
|
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) |
static Class<? extends JIPipeData> |
JIPipeDataSlotInfo.applyInheritanceConversion(JIPipeDataSlotInfo definition,
Class<? extends JIPipeData> dataClass)
Applies inheritance conversion.
|
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) |
JIPipeDataSlot |
JIPipeDataBatch.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
JIPipeDataSlot |
JIPipeMergingDataBatch.toDummySlot(JIPipeDataSlotInfo info,
JIPipeGraphNode node,
JIPipeDataSlot sourceSlot)
Creates a new dummy slot that contains the data of one input slot and the annotations of this batch
|
void |
JIPipeGraphNode.toggleSlot(JIPipeDataSlotInfo info,
boolean toggle)
Toggles a slot with given info on/off.
|
Modifier and Type | Field and Description |
---|---|
static JIPipeDataSlotInfo |
CellposeTrainingAlgorithm.INPUT_PRETRAINED_MODEL |
static JIPipeDataSlotInfo |
CellposeAlgorithm.INPUT_PRETRAINED_MODEL |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_FLOWS_D |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_FLOWS_XY |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_FLOWS_Z |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_LABELS |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_PROBABILITIES |
static JIPipeDataSlotInfo |
CellposeAlgorithm.OUTPUT_ROI |
static JIPipeDataSlotInfo |
CellposeTrainingAlgorithm.OUTPUT_SIZE_MODEL |
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 |
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 |
OmniposeAlgorithm.INPUT_PRETRAINED_MODEL |
static JIPipeDataSlotInfo |
OmniposeTrainingAlgorithm.INPUT_PRETRAINED_MODEL |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_FLOWS_D |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_FLOWS_XY |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_FLOWS_Z |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_LABELS |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_PROBABILITIES |
static JIPipeDataSlotInfo |
OmniposeAlgorithm.OUTPUT_ROI |
static JIPipeDataSlotInfo |
OmniposeTrainingAlgorithm.OUTPUT_SIZE_MODEL |
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 algorithm,
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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.