Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipe.loadProject(Path fileName)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeNotificationInbox notifications)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeValidationReport report)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeValidationReport report,
JIPipeNotificationInbox notifications)
Loads a project
|
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 |
---|---|
JIPipeProject |
JIPipeWorkbench.getProject()
Returns the current project if this workbench has an associated project
|
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.getRuntimeProject() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectCompartment.setRuntimeProject(JIPipeProject runtimeProject)
Sets the project.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMergedDataTableInfo.add(JIPipeProject project,
JIPipeDataSlot dataSlot,
JIPipeDataTableInfo table)
Adds an
JIPipeDataTableInfo |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphWrapperAlgorithm.setRuntimeProject(JIPipeProject runtimeProject) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeProjectHistoryJournal.getProject() |
Constructor and Description |
---|
JIPipeProjectHistoryJournal(JIPipeProject project,
JIPipeRunnableQueue snapshotQueue) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeGraph.getProject()
Gets the
JIPipeProject if this is a project or project compartment graph. |
JIPipeProject |
JIPipeGraphNode.getProject() |
JIPipeProject |
JIPipeGraphNode.getRuntimeProject()
Returns the current project associated with the current run
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNode.setRuntimeProject(JIPipeProject runtimeProject)
Sets the current project associated with the current run
|
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeNodeDatabase.getProject() |
Constructor and Description |
---|
JIPipeNodeDatabase(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeProject.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
JIPipeProject |
JIPipeProjectInfoParameters.getProject() |
JIPipeProject |
JIPipeArchiveProjectRun.getProject() |
JIPipeProject |
JIPipeProjectTemplate.loadAsProject(JIPipeValidationReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeValidationReportContext context,
JIPipeValidationReport report)
Loads a project from a file
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeValidationReportContext context,
JIPipeValidationReport 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) |
void |
JIPipeProjectInfoParameters.setProject(JIPipeProject project) |
Constructor and Description |
---|
JIPipeArchiveProjectRun(JIPipeProject project) |
JIPipeArchiveProjectToDirectoryRun(JIPipeProject project,
Path outputDirectory) |
JIPipeArchiveProjectToZIPRun(JIPipeProject project,
Path outputFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeNodeTemplateRegistry.addToProject_(JIPipeNodeTemplate template,
JIPipeProject project) |
void |
JIPipeNodeTemplateRegistry.addToProject(Collection<JIPipeNodeTemplate> templates,
JIPipeProject project) |
boolean |
JIPipeNodeTemplateRegistry.addToProject(JIPipeNodeTemplate template,
JIPipeProject project) |
void |
JIPipeNodeTemplateRegistry.editTemplate(JIPipeNodeTemplate target,
JIPipeNodeTemplate source,
JIPipeProject project) |
List<JIPipeNodeTemplate> |
JIPipeNodeTemplateRegistry.getAllTemplates(JIPipeProject project)
Gets all templates
|
boolean |
JIPipeNodeTemplateRegistry.isInProject(JIPipeNodeTemplate template,
JIPipeProject project) |
boolean |
JIPipeNodeTemplateRegistry.removeFromProject(JIPipeNodeTemplate template,
JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeGraphRun.getProject() |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeProjectRunSet.canResolveAllNodes(JIPipeProject project) |
List<JIPipeGraphNode> |
JIPipeProjectRunSet.resolveNodes(JIPipeProject project) |
static void |
JIPipeGraphRun.restoreStoragePaths(JIPipeProject project,
Path outputPath)
Writes node internal storage paths and output slot storage paths into the graph of the project
Used for the legacy result viewer
|
Constructor and Description |
---|
JIPipeGraphRun(JIPipeProject project,
JIPipeGraphRunConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipeDesktopProjectWindow.getDefaultTemplateProject()
Creates a new project instance based on the current template selection
|
JIPipeProject |
JIPipeDummyWorkbench.getProject() |
JIPipeProject |
JIPipeDesktopProjectWindow.getProject() |
JIPipeProject |
JIPipeDesktopProjectWorkbench.getProject() |
default JIPipeProject |
JIPipeDesktopProjectWorkbenchAccess.getProject() |
Modifier and Type | Method and Description |
---|---|
static JIPipeDesktopProjectWindow |
JIPipeDesktopProjectWindow.getWindowFor(JIPipeProject project)
Tries to find the window that belongs to the provided project
|
void |
JIPipeDesktopProjectWindow.loadProject(JIPipeProject project,
boolean showIntroduction,
boolean isNewProject)
Loads a project into the window
|
static JIPipeDesktopProjectWindow |
JIPipeDesktopProjectWindow.newWindow(org.scijava.Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject)
Creates a new window
|
Constructor and Description |
---|
JIPipeDesktopProjectWindow(org.scijava.Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject) |
JIPipeDesktopProjectWorkbench(JIPipeDesktopProjectWindow window,
org.scijava.Context context,
JIPipeProject project,
boolean showIntroduction,
boolean isNewProject) |
RebuildReportRun(JIPipeProject project,
JIPipeDesktopProjectReportUI.ReportSettings reportSettings) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopLegacyCacheDataViewerWindow.getProject() |
Constructor and Description |
---|
JIPipeDesktopImportCachedSlotOutputRun(JIPipeProject project,
JIPipeGraphNode graphNode,
Path inputFolder) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopRunSingleAlgorithmWindow.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopExtendedMultiDataTableModel.add(JIPipeProject project,
Store<JIPipeDataTable> dataTableStore)
Adds an
JIPipeDataTableInfo |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopGraphEditorRunManager.getProject() |
Constructor and Description |
---|
JIPipeDesktopGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Constructor and Description |
---|
JIPipeDesktopCompartmentsGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Constructor and Description |
---|
JIPipeDesktopPipelineGraphEditorRunManager(JIPipeProject project,
JIPipeDesktopGraphCanvasUI canvasUI,
JIPipeDesktopGraphNodeUI nodeUI,
JIPipeDesktopDockPanel dockPanel,
boolean allowChangePanels) |
Constructor and Description |
---|
JIPipeDesktopLoadResultDirectoryIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
JIPipeDesktopLoadResultZipIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
JIPipeDesktopSaveProjectAndCacheToDirectoryRun(JIPipeDesktopWorkbench workbench,
JIPipeProject project,
Path outputPath,
boolean addAsRecentProject) |
JIPipeDesktopSaveProjectAndCacheToZipRun(JIPipeDesktopWorkbench workbench,
JIPipeProject project,
Path zipFile) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopQuickRun.getProject()
The project where the run was created
|
Constructor and Description |
---|
JIPipeDesktopQuickRun(JIPipeProject project,
JIPipeGraphNode targetNode,
JIPipeDesktopQuickRunSettings settings) |
JIPipeDesktopQuickRun(JIPipeProject project,
List<JIPipeGraphNode> targetNodes,
JIPipeDesktopQuickRunSettings settings) |
JIPipeDesktopQuickRunSettings(JIPipeProject project)
Creates a new instance
|
Constructor and Description |
---|
JIPipeDesktopMergedResultDataSlotTableUI(JIPipeDesktopProjectWorkbench projectWorkbench,
JIPipeProject project,
Path storagePath,
List<JIPipeDataSlot> slots) |
JIPipeDesktopResultAlgorithmTree(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeProject project,
Path storagePath) |
JIPipeDesktopResultDataSlotTableUI(JIPipeDesktopProjectWorkbench projectWorkbench,
JIPipeProject project,
Path storagePath,
JIPipeDataSlot slot) |
JIPipeDesktopResultUI(JIPipeDesktopProjectWorkbench workbenchUI,
JIPipeProject project,
Path storagePath) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopRunSetListCellRenderer.getProject() |
Constructor and Description |
---|
JIPipeDesktopProjectSettingsUI(JIPipeProject project,
JIPipeDesktopWorkbench workbench)
Creates a new instance
|
JIPipeDesktopRunSetListCellRenderer(JIPipeProject project,
JIPipeProjectRunSetsConfiguration runSetsConfiguration) |
ProjectDirectoriesSettingsSheetWrapper(JIPipeProject project) |
ProjectMetadataSettingsSheetWrapper(JIPipeProject project) |
ProjectParametersSettingsSheetWrapper(JIPipeProject project) |
ProjectPermissionsSettingsSheetWrapper(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
JIPipeDesktopMergedProjectSettings.getProject() |
JIPipeProject |
JIPipeDesktopProjectOverviewRunManager.getProject() |
Constructor and Description |
---|
JIPipeDesktopMergedProjectSettings(JIPipeProject project) |
JIPipeDesktopMergedProjectSettingsUserDirectories(JIPipeProject project) |
JIPipeDesktopProjectOverviewRunManager(JIPipeProject project,
JIPipeDesktopDockPanel dockPanel,
JIPipeDesktopProjectOverviewUI projectOverviewUI,
List<JIPipeAlgorithm> nodes,
boolean allowChangePanels) |
Constructor and Description |
---|
JIPipeDesktopProjectOutputTreePanel(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
CellposePlugin.getCP2Environment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
static PythonEnvironment |
CellposePlugin.getCP3Environment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
JIPipeExpressionVariablesMap |
JIPipeExpressionVariablesMap.putGlobalVariables(JIPipeProject project) |
Modifier and Type | Method and Description |
---|---|
static TSOAXEnvironment |
FilamentsPlugin.getTSOAXEnvironment(JIPipeProject project,
OptionalTSOAXEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static TesseractOCREnvironment |
OCRPlugin.getTesseractOCREnvironment(JIPipeProject project,
OptionalTesseractOCREnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static IlastikEnvironment |
IlastikPlugin.getEnvironment(JIPipeProject project,
OptionalIlastikEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
JIPipeProject |
NodeTemplateBox.getProject() |
Modifier and Type | Method and Description |
---|---|
static OMEROCredentialsEnvironment |
OMEROPlugin.getEnvironment(JIPipeProject project,
OptionalOMEROCredentialsEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
OmniposePlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphNode |
GraphNodeReferenceParameter.resolve(JIPipeProject project) |
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 JIPipePythonAdapterLibraryEnvironment |
CorePythonPlugin.getAdapterEnvironment(JIPipeProject project) |
static PythonEnvironment |
CorePythonPlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static REnvironment |
RPlugin.getEnvironment(JIPipeProject project,
OptionalREnvironment nodeEnvironment) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.