public abstract class JIPipeSerializedParameterCollectionData extends Object implements JIPipeData, JIPipeParameterCollection
JIPipeData
that is serialized from/to JSON for convenience
Only valid JIPipeParameter
definitions are stored.
Ensure that this data type has a copy constructor for the duplicate() function.
You also still need to add the proper JIPipeDocumentation
annotation and
the JIPipeData importData(Path) static function.
Unlike JIPipeSerializedJsonObjectData
, this data is serialized in a way to fully restore its data type during deserialization,
removing the requirement of storing the data type ID within the JSON.Modifier and Type | Class and Description |
---|---|
static class |
JIPipeSerializedParameterCollectionData.Deserializer |
static class |
JIPipeSerializedParameterCollectionData.Serializer |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipeSerializedParameterCollectionData() |
JIPipeSerializedParameterCollectionData(JIPipeSerializedParameterCollectionData other) |
Modifier and Type | Method and Description |
---|---|
void |
display(String displayName,
JIPipeWorkbench workbench,
JIPipeDataSource source)
This function should display the data in the GUI.
|
JIPipeData |
duplicate(JIPipeProgressInfo progressInfo)
Duplicates the data
|
void |
exportData(JIPipeWriteDataStorage storage,
String name,
boolean forceName,
JIPipeProgressInfo progressInfo)
Saves the data to a folder
|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static JIPipeData |
importData(JIPipeReadDataStorage storage,
JIPipeProgressInfo progressInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, preview, toDetailedString
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public JIPipeSerializedParameterCollectionData()
public JIPipeSerializedParameterCollectionData(JIPipeSerializedParameterCollectionData other)
public static JIPipeData importData(JIPipeReadDataStorage storage, JIPipeProgressInfo progressInfo)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public void exportData(JIPipeWriteDataStorage storage, String name, boolean forceName, JIPipeProgressInfo progressInfo)
JIPipeData
exportData
in interface JIPipeData
storage
- The storage where the data should be writtenname
- A name reference that can be used to generate filename(s)forceName
- If enabled, the data is saved potentially destructively. Generated files must always contain the name parameter. This is used to collect results for humans or other algorithms.progressInfo
- the progresspublic void display(String displayName, JIPipeWorkbench workbench, JIPipeDataSource source)
JIPipeData
JIPipeDataDisplayOperation
that can be registered separately.
This item will always be shown as "Default" in the list of operations.display
in interface JIPipeData
displayName
- a name that can be usedworkbench
- the workbenchsource
- optional source of the data. Can be null or any kind of data type (e.g. JIPipeDataSlot
)public JIPipeData duplicate(JIPipeProgressInfo progressInfo)
JIPipeData
duplicate
in interface JIPipeData
progressInfo
- the progress of duplicating the dataCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.