Package | Description |
---|---|
org.hkijena.jipipe | |
org.hkijena.jipipe.api.nodes | |
org.hkijena.jipipe.api.run | |
org.hkijena.jipipe.desktop.app.quickrun |
Modifier and Type | Method and Description |
---|---|
static JIPipeGraphRun |
JIPipe.enqueueProject(JIPipeProject project,
JIPipeGraphRunConfiguration settings)
Runs a project in the current thread.
|
static JIPipeGraphRun |
JIPipe.enqueueProject(JIPipeProject project,
Path outputFolder,
int threads)
Runs a project in a different thread.
|
static JIPipeGraphRun |
JIPipe.runProject(JIPipeProject project,
JIPipeGraphRunConfiguration settings)
Runs a project in the current thread.
|
static JIPipeGraphRun |
JIPipe.runProject(JIPipeProject project,
Path outputFolder,
int threads)
Runs a project in the current thread.
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraphRun |
JIPipeGraphNodeRunContext.getGraphRun()
Gets the
JIPipeGraphRun that is currently executing |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNodeRunContext.setGraphRun(JIPipeGraphRun graphRun)
Sets the
JIPipeGraphRun that is currently executing |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphRun |
JIPipeGraphRun.getBaseRun() |
JIPipeGraphRun |
JIPipeGraphRun.getParent() |
Constructor and Description |
---|
JIPipeGraphRun(JIPipeGraphRun parent,
JIPipeGraph graph,
JIPipeGraphRunConfiguration configuration) |
JIPipeGraphRunPartitionGraph(JIPipeGraph graph,
JIPipeGraphRun graphRun) |
JIPipeGraphRunPartitionGraph(JIPipeGraphRun graphRun) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphRun |
JIPipeDesktopQuickRun.getRun()
The run that runs the pipeline
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.