public class InputSlotMapParameterCollection extends SlotMapParameterCollection
JIPipeDynamicParameterCollection.Deserializer, JIPipeDynamicParameterCollection.ParameterAddingEvent, JIPipeDynamicParameterCollection.UserParameterDefinition
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
InputSlotMapParameterCollection(Class<?> dataClass,
JIPipeGraphNode algorithm)
Creates a new instance
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
updateSlots()
Method that adds missing entries, or removes invalid entries based on the algorithm's slot configuration
|
getAlgorithm, getDataClass, getNewInstanceGenerator, getSlotFilter, onSlotsUpdated, setNewInstanceGenerator, setSlotFilter
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 InputSlotMapParameterCollection(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 InputSlotMapParameterCollection(Class<?> dataClass, JIPipeGraphNode algorithm, Function<JIPipeDataSlotInfo,Object> newInstanceGenerator)
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 nullpublic InputSlotMapParameterCollection(Class<?> dataClass, JIPipeGraphNode algorithm)
dataClass
- the data type of the parameter assigned to each slotalgorithm
- the algorithm that contains the slotspublic void updateSlots()
SlotMapParameterCollection
updateSlots
in class SlotMapParameterCollection
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.