public abstract class SlotMapParameterCollection extends JIPipeDynamicParameterCollection
JIPipeDynamicParameterCollection.Deserializer, JIPipeDynamicParameterCollection.ParameterAddingEvent, JIPipeDynamicParameterCollection.UserParameterDefinition
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
SlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm,
Function<JIPipeDataSlotInfo,Object> newInstanceGenerator,
boolean initialize)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
getAlgorithm() |
Class<?> |
getDataClass() |
Function<JIPipeDataSlotInfo,Object> |
getNewInstanceGenerator() |
Predicate<JIPipeDataSlot> |
getSlotFilter() |
void |
onSlotsUpdated(JIPipeGraph.NodeSlotsChangedEvent event)
Triggered when algorithm slots are changed
|
void |
setNewInstanceGenerator(Function<JIPipeDataSlotInfo,Object> newInstanceGenerator) |
void |
setSlotFilter(Predicate<JIPipeDataSlot> slotFilter) |
abstract void |
updateSlots()
Method that adds missing entries, or removes invalid entries based on the algorithm's slot configuration
|
addParameter, addParameter, addParameter, beginModificationBlock, clear, containsKey, copyTo, endModificationBlock, fromJson, get, getAllowedTypes, getEventBus, getInstanceGenerator, getParameter, getParameters, getValue, isAllowUserModification, removeParameter, reportValidity, setAllowedTypes, setAllowUserModification, setInstanceGenerator, setValue, supportsAllParameterTypes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildParameterCollections, getIncludeReflectionParameters
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public SlotMapParameterCollection(Class<?> dataClass, JIPipeGraphNode algorithm, Function<JIPipeDataSlotInfo,Object> newInstanceGenerator, boolean initialize)
dataClass
- the data type of the parameter assigned to each slotalgorithm
- the algorithm that contains the slotsnewInstanceGenerator
- optional method that generated new instances. Can be nullinitialize
- If true, update the slots on creationpublic Predicate<JIPipeDataSlot> getSlotFilter()
public void setSlotFilter(Predicate<JIPipeDataSlot> slotFilter)
public JIPipeGraphNode getAlgorithm()
public Class<?> getDataClass()
public abstract void updateSlots()
public void onSlotsUpdated(JIPipeGraph.NodeSlotsChangedEvent event)
event
- generated eventpublic Function<JIPipeDataSlotInfo,Object> getNewInstanceGenerator()
public void setNewInstanceGenerator(Function<JIPipeDataSlotInfo,Object> newInstanceGenerator)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.