public class JIPipeIOSlotConfiguration extends JIPipeDefaultMutableSlotConfiguration
JIPipeDefaultMutableSlotConfiguration.Builder
JIPipeSlotConfiguration.Serializer, JIPipeSlotConfiguration.SlotsChangedEvent
Constructor and Description |
---|
JIPipeIOSlotConfiguration()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotInfo |
addSlot(String name,
JIPipeDataSlotInfo definition,
boolean user)
Adds a slots
|
JIPipeSlotConfiguration |
duplicate()
Creates a deep copy
|
void |
removeInputSlot(String name,
boolean user)
Removes the slot with given name
|
void |
removeOutputSlot(String name,
boolean user)
Removes the slot with given name
|
addInputSlot, addOutputSlot, addSlot, addSlot, allowsInputSlots, allowsOutputSlots, builder, canAddInputSlot, canAddOutputSlot, canCreateCompatibleInputSlot, canCreateCompatibleOutputSlot, canModifyInputSlots, canModifyOutputSlots, clearInputSlots, clearOutputSlots, fromJson, getAllowedInputSlotTypes, getAllowedOutputSlotTypes, getEventBus, getInputSlotOrder, getInputSlots, getMaxInputSlots, getMaxOutputSlots, getOutputSlotOrder, getOutputSlots, getUnhiddenRegisteredDataTypes, hasInputSlot, hasOutputSlot, isAllowInheritedOutputSlots, isInputSlotsSealed, isOutputSlotsSealed, moveDown, moveUp, setAllowedInputSlotTypes, setAllowedOutputSlotTypes, setAllowInheritedOutputSlots, setInputSealed, setMaxInputSlots, setMaxOutputSlots, setOutputSealed, setTo, toJson, trySetInputSlotOrder, trySetOutputSlotOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSlot, canRemoveInputSlot, canRemoveOutputSlot
public JIPipeIOSlotConfiguration()
public JIPipeSlotConfiguration duplicate()
JIPipeSlotConfiguration
duplicate
in interface JIPipeSlotConfiguration
duplicate
in class JIPipeDefaultMutableSlotConfiguration
public JIPipeDataSlotInfo addSlot(String name, JIPipeDataSlotInfo definition, boolean user)
JIPipeDefaultMutableSlotConfiguration
addSlot
in interface JIPipeMutableSlotConfiguration
addSlot
in class JIPipeDefaultMutableSlotConfiguration
name
- Unique slot namedefinition
- Defines the slotuser
- if the change was triggered by a user. If false, checks for slot sealing, types, etc. do not applypublic void removeInputSlot(String name, boolean user)
JIPipeDefaultMutableSlotConfiguration
removeInputSlot
in interface JIPipeMutableSlotConfiguration
removeInputSlot
in class JIPipeDefaultMutableSlotConfiguration
name
- Slot nameuser
- if the change was triggered by a user. If false, checks for slot modification, counts, etc. do not apply.public void removeOutputSlot(String name, boolean user)
JIPipeDefaultMutableSlotConfiguration
removeOutputSlot
in interface JIPipeMutableSlotConfiguration
removeOutputSlot
in class JIPipeDefaultMutableSlotConfiguration
name
- Slot nameuser
- if the change was triggered by a user. If false, checks for slot modification, counts, etc. do not apply.Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.