Package | Description |
---|---|
org.hkijena.jipipe | |
org.hkijena.jipipe.api | |
org.hkijena.jipipe.ui.quickrun | |
org.hkijena.jipipe.ui.resultanalysis |
Modifier and Type | Method and Description |
---|---|
static JIPipeProjectRun |
JIPipe.enqueueProject(JIPipeProject project,
JIPipeRunSettings settings)
Runs a project in the current thread.
|
static JIPipeProjectRun |
JIPipe.enqueueProject(JIPipeProject project,
Path outputFolder,
int threads)
Runs a project in a different thread.
|
static JIPipeProjectRun |
JIPipe.runProject(JIPipeProject project,
JIPipeRunSettings settings)
Runs a project in the current thread.
|
static JIPipeProjectRun |
JIPipe.runProject(JIPipeProject project,
Path outputFolder,
int threads)
Runs a project in the current thread.
|
Modifier and Type | Method and Description |
---|---|
static JIPipeProjectRun |
JIPipeProjectRun.loadFromFolder(Path folder,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a JIPipeProjectRun from a folder
|
Modifier and Type | Method and Description |
---|---|
JIPipeProjectRun |
QuickRun.getRun()
The run that runs the pipeline
|
Modifier and Type | Method and Description |
---|---|
JIPipeProjectRun |
JIPipeResultUI.getRun() |
Constructor and Description |
---|
JIPipeMergedResultDataSlotTableUI(JIPipeProjectWorkbench workbenchUI,
JIPipeProjectRun run,
List<JIPipeDataSlot> slots) |
JIPipeResultAlgorithmTree(JIPipeProjectWorkbench workbenchUI,
JIPipeProjectRun run) |
JIPipeResultDataSlotTableUI(JIPipeProjectWorkbench workbenchUI,
JIPipeProjectRun run,
JIPipeDataSlot slot) |
JIPipeResultUI(JIPipeProjectWorkbench workbenchUI,
JIPipeProjectRun run) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.