Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipe.loadProject(Path fileName)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeIssueReport report)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeNotificationInbox notifications)
Loads a project
|
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 |
---|---|
JIPipeProject |
JIPipeProject.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
JIPipeProject |
JIPipeProjectRun.getProject() |
JIPipeProject |
JIPipeProjectTemplate.loadAsProject(JIPipeIssueReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeIssueReport report)
Loads a project from a file
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a project from a file
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.Serializer.serialize(JIPipeProject project,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Constructor and Description |
---|
JIPipeProjectRun(JIPipeProject project,
JIPipeRunSettings configuration) |
Constructor and Description |
---|
JIPipeLocalProjectMemoryCache(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
JIPipeProjectCompartment |
JIPipeExportedCompartment.addTo(JIPipeProject project,
String compartmentName)
Adds the compartment to a project as the specified compartment name
|
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeProjectCompartment.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectCompartment.setProject(JIPipeProject project)
Sets the project.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMergedExportedDataTable.add(JIPipeProject project,
JIPipeDataSlot dataSlot,
JIPipeDataTableMetadata table)
Adds an
JIPipeDataTableMetadata |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeProjectHistoryJournal.getProject() |
Constructor and Description |
---|
JIPipeProjectHistoryJournal(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeGraph.getProject()
Gets the
JIPipeProject if this is a project or project compartment graph. |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
NodeTemplateBox.getProject() |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
RenderPipelineRun.getProject() |
Constructor and Description |
---|
RenderPipelineRun(JIPipeProject project,
Path outputPath,
RenderPipelineRunSettings settings) |
Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipeProjectWindow.getDefaultTemplateProject()
Creates a new project instance based on the current template selection
|
JIPipeProject |
ArchiveProjectRun.getProject() |
JIPipeProject |
JIPipeProjectWorkbench.getProject() |
JIPipeProject |
JIPipeProjectWindow.getProject() |
default JIPipeProject |
JIPipeProjectWorkbenchAccess.getProject() |
Modifier and Type | Method and Description |
---|---|
static JIPipeProjectWindow |
JIPipeProjectWindow.getWindowFor(JIPipeProject project)
Tries to find the window that belongs to the provided project
|
void |
JIPipeProjectWindow.loadProject(JIPipeProject project,
boolean showIntroduction,
boolean isNewProject)
Loads a project into the window
|
static JIPipeProjectWindow |
JIPipeProjectWindow.newWindow(Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject)
Creates a new window
|
Constructor and Description |
---|
ArchiveProjectRun(JIPipeProject project) |
ArchiveProjectToDirectoryRun(JIPipeProject project,
Path outputDirectory) |
ArchiveProjectToZIPRun(JIPipeProject project,
Path outputFile) |
JIPipeProjectWindow(Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject) |
JIPipeProjectWorkbench(JIPipeProjectWindow window,
Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeCacheDataViewerWindow.getProject() |
Constructor and Description |
---|
JIPipeImportCachedSlotOutputRun(JIPipeProject project,
JIPipeGraphNode graphNode,
Path inputFolder) |
Constructor and Description |
---|
JIPipeProjectOutputTreePanel(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExtendedMultiDataTableModel.add(JIPipeProject project,
Store<JIPipeDataTable> dataTableStore)
Adds an
JIPipeDataTableMetadata |
Constructor and Description |
---|
LoadResultDirectoryIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
LoadResultZipIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
SaveProjectAndCacheToDirectoryRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path outputPath,
boolean addAsRecentProject) |
SaveProjectAndCacheToZipRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path zipFile) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
QuickRun.getProject()
The project where the run was created
|
Constructor and Description |
---|
QuickRun(JIPipeProject project,
JIPipeGraphNode targetNode,
QuickRunSettings settings) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeProjectInfoParameters.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectInfoParameters.setProject(JIPipeProject project) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.