Package | Description |
---|---|
org.hkijena.jipipe.api.data | |
org.hkijena.jipipe.api.nodes | |
org.hkijena.jipipe.api.nodes.algorithm | |
org.hkijena.jipipe.plugins.imagejalgorithms.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeMutableSlotConfiguration
A slot configuration that can be changed.
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDefaultMutableSlotConfiguration
A schema for slots
|
Modifier and Type | Method and Description |
---|---|
JIPipeSlotConfiguration |
JIPipeDefaultMutableSlotConfiguration.duplicate() |
JIPipeSlotConfiguration |
JIPipeSlotConfiguration.duplicate()
Creates a deep copy
|
JIPipeSlotConfiguration |
JIPipeSlotConfiguration.SlotConfigurationChangedEvent.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeSlotConfiguration.Serializer.serialize(JIPipeSlotConfiguration slotConfiguration,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
void |
JIPipeDefaultMutableSlotConfiguration.setTo(JIPipeSlotConfiguration configuration) |
void |
JIPipeSlotConfiguration.setTo(JIPipeSlotConfiguration configuration)
Makes this slot configuration equivalent to the provided one
|
Constructor and Description |
---|
SlotConfigurationChangedEvent(JIPipeSlotConfiguration configuration)
Creates a new instance
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeIOSlotConfiguration
Slot configuration that always ensures 1:1 relation between input and output slots
|
Modifier and Type | Method and Description |
---|---|
protected JIPipeSlotConfiguration |
JIPipeGraphNode.copySlotConfiguration(JIPipeGraphNode other)
Copies the slot configuration from the other algorithm to this algorithm
Override this method for special configuration cases
|
JIPipeSlotConfiguration |
JIPipeIOSlotConfiguration.duplicate() |
JIPipeSlotConfiguration |
JIPipeGraphNode.getSlotConfiguration()
Gets the slot configuration
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNode.setSlotConfiguration(JIPipeSlotConfiguration slotConfiguration) |
Constructor and Description |
---|
JIPipeAlgorithm(JIPipeNodeInfo info,
JIPipeSlotConfiguration slotConfiguration)
Initializes a new node type instance and sets a custom slot configuration
|
JIPipeGraphNode(JIPipeNodeInfo info,
JIPipeSlotConfiguration slotConfiguration)
Initializes this algorithm with a custom provided slot configuration
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageJAlgorithmUtils.updateROIOrMaskSlot(ImageROITargetArea sourceArea,
JIPipeSlotConfiguration configuration) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.