Interface | Description |
---|---|
JIPipeData |
Base class for any JIPipe data wrapper class
There must be a static function importData(
JIPipeReadDataStorage , JIPipeProgressInfo) that imports the data from a row storage folder. |
JIPipeDataConverter |
Interface that converts between
JIPipeData instances |
JIPipeDataDisplayOperation |
An operation that is executed on showing existing data located in memory/cache.
|
JIPipeDataImportOperation |
An operation that is executed on showing existing data located in memory/cache
The operations must be registered and will appear if the developer does not override the default importer row UI.
|
JIPipeDataOperation |
A user-interface operation on data
|
JIPipeDataSource |
An object that points to some source of
JIPipeData |
JIPipeMutableSlotConfiguration |
A slot configuration that can be changed.
|
JIPipeSlotConfiguration |
A slot configuration determines which slots an
JIPipeGraphNode should have. |
Enum | Description |
---|---|
JIPipeDataSlotRole |
Assigns a role to the data table attached to the data slot.
|
JIPipeSlotType |
The slot type
|
Annotation Type | Description |
---|---|
JIPipeDataStorageDocumentation |
Added to
JIPipeData classes to explain how the data type stores its data. |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.