public abstract class JIPipeSerializedJsonObjectData extends Object implements JIPipeData
JIPipeData
that is serialized from/to JSON for convenience
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.Constructor and Description |
---|
JIPipeSerializedJsonObjectData() |
JIPipeSerializedJsonObjectData(JIPipeSerializedJsonObjectData other) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
duplicate(JIPipeProgressInfo progressInfo)
Duplicates the data
|
void |
exportData(JIPipeWriteDataStorage storage,
String name,
boolean forceName,
JIPipeProgressInfo progressInfo)
Saves the data to a folder
|
static <T extends JIPipeData> |
importData(JIPipeReadDataStorage storage,
Class<T> klass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, display, exportThumbnails, getDescriptionOf, getMenuPathOf, getNameOf, getSortedList, getStorageDocumentation, getStorageSchema, groupByMenuPath, isCommon, isHeavy, isHidden, preview, toDetailedString
public JIPipeSerializedJsonObjectData()
public JIPipeSerializedJsonObjectData(JIPipeSerializedJsonObjectData other)
public static <T extends JIPipeData> T importData(JIPipeReadDataStorage storage, Class<T> klass)
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 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.