public interface JIPipeMutableSlotConfiguration extends JIPipeSlotConfiguration
JIPipeSlotConfiguration.Serializer, JIPipeSlotConfiguration.SlotsChangedEvent
duplicate, fromJson, getEventBus, getInputSlotOrder, getInputSlots, getOutputSlotOrder, getOutputSlots, hasInputSlot, hasOutputSlot, setTo, toJson
Set<Class<? extends JIPipeData>> getAllowedInputSlotTypes()
Set<Class<? extends JIPipeData>> getAllowedOutputSlotTypes()
boolean isAllowInheritedOutputSlots()
boolean allowsInputSlots()
boolean allowsOutputSlots()
boolean isInputSlotsSealed()
boolean isOutputSlotsSealed()
void removeInputSlot(String name, boolean user)
void removeOutputSlot(String name, boolean user)
boolean canAddInputSlot()
boolean canModifyInputSlots()
boolean canModifyOutputSlots()
boolean canAddOutputSlot()
boolean canCreateCompatibleInputSlot(Class<? extends JIPipeData> acceptedDataType)
boolean canCreateCompatibleOutputSlot(Class<? extends JIPipeData> acceptedDataType)
default boolean canRemoveInputSlot(String name, boolean user)
default boolean canRemoveOutputSlot(String name, boolean user)
JIPipeDataSlotInfo addSlot(String name, JIPipeDataSlotInfo definition, boolean user)
default JIPipeDataSlotInfo addSlot(JIPipeDataSlotInfo definition, boolean user)
void moveDown(String name, JIPipeSlotType slotType)
void moveUp(String name, JIPipeSlotType slotType)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.