Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeIssueReport report)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a project
|
void |
JIPipeMutableDependency.reportValidity(JIPipeIssueReport report) |
void |
JIPipeRegistryIssues.reportValidity(JIPipeIssueReport report) |
void |
JIPipeDependency.reportValidity(JIPipeIssueReport report) |
void |
JIPipe.reportValidity(JIPipeIssueReport report) |
void |
JIPipeDefaultJavaExtension.reportValidity(JIPipeIssueReport report) |
void |
JIPipeJsonExtension.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
default JIPipeIssueReport |
JIPipeValidatable.generateValidityReport()
Generates a report for this object
|
JIPipeIssueReport |
JIPipeIssueReport.resolve(String pathComponent)
Returns a report for the specified category
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads the project from JSON
|
JIPipeProject |
JIPipeProjectTemplate.loadAsProject(JIPipeIssueReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
static JIPipeProjectRun |
JIPipeProjectRun.loadFromFolder(Path folder,
JIPipeIssueReport report,
JIPipeNotificationInbox notifications)
Loads a JIPipeProjectRun from a folder
|
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
|
void |
JIPipeValidatable.reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
JIPipeProject.reportValidity(JIPipeIssueReport report) |
void |
JIPipeProject.reportValidity(JIPipeIssueReport report,
JIPipeGraphNode targetNode)
Reports the validity for the target node and its dependencies
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectCompartment.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SingleImageJAlgorithmRunConfiguration.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
GraphWrapperAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
JsonNodeInfo.reportValidity(JIPipeIssueReport report) |
void |
NodeGroup.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
GraphNodeParameterReferenceGroupCollection.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraph.edgesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport issues) |
void |
JIPipeGraphNode.fromJson(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Loads this algorithm from JSON
Please do not override this method if absolutely necessary.
|
void |
JIPipeGraph.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Loads this graph from JSON
|
static <T extends JIPipeGraphNode> |
JIPipeGraphNode.fromJsonNode(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
JIPipeGraph.nodesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
JIPipeGraphNode.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Override this method to add operations to be run after deserialization from JSON
|
void |
JIPipeAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
JIPipeParameterlessSimpleIteratingAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
JIPipeGraph.reportValidity(JIPipeIssueReport report) |
void |
JIPipeSimpleIteratingAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
JIPipeGraph.reportValidity(JIPipeIssueReport report,
JIPipeGraphNode targetNode)
Reports the validity for the target node and its dependencies
|
void |
JIPipeGraph.reportValidity(JIPipeIssueReport report,
JIPipeGraphNode targetNode,
Set<JIPipeGraphNode> satisfied)
Reports the validity for the target node and its dependencies
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDynamicParameterCollection.reportValidity(JIPipeIssueReport report) |
void |
DefaultJIPipeParameterGenerator.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeNodeRegistry.reportValidity(JIPipeIssueReport report) |
void |
JIPipeDefaultNodeRegistrationTask.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SplitByAnnotationScript.reportValidity(JIPipeIssueReport report) |
void |
ModifyAnnotationScript.reportValidity(JIPipeIssueReport report) |
void |
GenerateRandomUniqueAnnotation.reportValidity(JIPipeIssueReport report) |
void |
GenerateUniqueAnnotation.reportValidity(JIPipeIssueReport report) |
void |
AnnotateWithSourceSlot.reportValidity(JIPipeIssueReport report) |
void |
ConvertToAnnotationTable.reportValidity(JIPipeIssueReport report) |
void |
AnnotateByExpression.reportValidity(JIPipeIssueReport report) |
void |
AnnotateWithDataString.reportValidity(JIPipeIssueReport report) |
void |
ExtractAndReplaceAnnotation.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
CellposeSettings.checkPythonSettings(JIPipeIssueReport report)
Checks if the Python settings are valid or reports an invalid state
|
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
CellposeAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
CellposeAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeTrainingAlgorithm_Old.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Deprecated.
|
protected void |
CellposeAlgorithm_Old.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications)
Deprecated.
|
void |
CellposeAlgorithm_Old.reportValidity(JIPipeIssueReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Clij2ExecuteKernelIterating.reportValidity(JIPipeIssueReport report) |
void |
Clij2ExecuteKernelSimpleIterating.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCommentNode.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TableColumnSourceExpressionParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleFolderAnnotationGenerator.reportValidity(JIPipeIssueReport report) |
void |
ImportDataRowFolder.reportValidity(JIPipeIssueReport report) |
void |
SimplePathAnnotationGenerator.reportValidity(JIPipeIssueReport report) |
void |
SimpleFileAnnotationGenerator.reportValidity(JIPipeIssueReport report) |
void |
ExtractParent.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PathListDataSource.reportValidity(JIPipeIssueReport report) |
void |
PathDataSource.reportValidity(JIPipeIssueReport report) |
void |
FolderDataSource.reportValidity(JIPipeIssueReport report) |
void |
FileListDataSource.reportValidity(JIPipeIssueReport report) |
void |
FileDataSource.reportValidity(JIPipeIssueReport report) |
void |
FolderListDataSource.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FormData.customCopy(FormData source,
JIPipeIssueReport report)
A custom copy function that copies the contents from source into this form.
|
void |
IntegerFormData.reportValidity(JIPipeIssueReport report) |
void |
DoubleFormData.reportValidity(JIPipeIssueReport report) |
void |
EnumFormData.reportValidity(JIPipeIssueReport report) |
void |
BooleanFormData.reportValidity(JIPipeIssueReport report) |
void |
GroupHeaderFormData.reportValidity(JIPipeIssueReport report) |
void |
StringFormData.reportValidity(JIPipeIssueReport report) |
void |
PathFormData.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
WekaTrainingROI3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
WekaTrainingROI2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MacroWrapperAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RollingBallBackgroundEstimator2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MedianBlurFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
BoxFilter3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
GaussianBlur2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
GaussianBlur3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MedianBlurFilter3DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SplitChannelsAlgorithm.reportValidity(JIPipeIssueReport report)
Deprecated.
|
void |
ArrangeChannelsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MergeChannelsAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
IlluminationCorrection2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ConvolveByParameter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ZProjectorAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MontageToStackAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
ReorderDimensionsAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DifferenceOfGaussian2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
FrangiVesselnessFeatures.reportValidity(JIPipeIssueReport report) |
void |
MeijeringVesselness2DFeatures.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MaskDrawerFormData.customCopy(FormData source,
JIPipeIssueReport report) |
void |
ROIDrawerFormData.customCopy(FormData source,
JIPipeIssueReport report) |
void |
MaskDrawerFormData.reportValidity(JIPipeIssueReport report) |
void |
ROIDrawerFormData.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImageFromMatrix2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
GenerateStructureElement3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
GenerateStructureElement2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RunImageJExporterAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
RunImageJImporterAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RemoveNaNFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
ImageCalculator2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
LocalMinimumFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
LocalMinimumFilter3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
LocalVarianceFilter3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
LocalVarianceFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
LocalMaximumFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
LocalMaximumFilter3DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DataToPreviewAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
Morphology3DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MorphologyBinary2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MorphologyInternalGradient2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
Morphology2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
AddSaltAndPepperNoise2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
RemoveOutliersFilter2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
AddNoise2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SplitRoiConnectedComponentsAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FilterRoiByStatisticsScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TableToRectangularROIAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FilterAndMergeRoiByStatisticsScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
HessianSegmentation2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
PercentileThreshold8U2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
InternalGradientSegmentation2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TransformRotate2DAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
TileImage2DAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImageTypeConverter.reportValidity(JIPipeIssueReport report) |
void |
ImagePropertiesToAnnotationAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
BioFormatsImporter.reportValidity(JIPipeIssueReport report) |
void |
ImagePlusFromFile.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JsonExtensionRegistrationTask.reportValidity(JIPipeIssueReport report) |
void |
JsonExtensionLoaderExtension.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DefineParametersAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
GenerateParametersFromExpressionAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadOMEROTableAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
DownloadOMEROImageAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROFindGroupAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
OMEROFindDatasetAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
OMEROFindProjectAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
OMEROFindImageAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
OmniposeSettings.checkPythonSettings(JIPipeIssueReport report)
Checks if the Python settings are valid or reports an invalid state
|
Modifier and Type | Method and Description |
---|---|
protected void |
OmniposeAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
OmniposeTrainingAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
OmniposeAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ListParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PairParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
StringPatternExtraction.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
NumberRangeParameterGenerator.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
OptionalAnnotationNameParameter.reportValidity(JIPipeIssueReport report) |
void |
OptionalDataAnnotationNameParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJDataExporterRef.reportValidity(JIPipeIssueReport report) |
void |
ImageJDataExportOperationRef.reportValidity(JIPipeIssueReport report) |
void |
JIPipeNodeInfoRef.reportValidity(JIPipeIssueReport report) |
void |
JIPipeDataInfoRef.reportValidity(JIPipeIssueReport report) |
void |
ImageJDataImportOperationRef.reportValidity(JIPipeIssueReport report) |
void |
JIPipeParameterTypeInfoRef.reportValidity(JIPipeIssueReport report) |
void |
ImageJDataImporterRef.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PlotData.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PlotTables2Algorithm.reportValidity(JIPipeIssueReport report) |
void |
PlotTablesAlgorithm.reportValidity(JIPipeIssueReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessEnvironment.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
PythonExtensionSettings.checkPythonSettings(JIPipeIssueReport report)
Checks if the Python settings are valid or reports an invalid state
|
void |
PythonPackageLibraryEnvironment.reportValidity(JIPipeIssueReport report) |
void |
PythonEnvironment.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
protected void |
PythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
IteratingPythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
MergingPythonScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
JythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
SimpleIteratingJythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
PythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MergingJythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
IteratingJythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
IteratingPythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MergingPythonScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
RExtensionSettings.checkRSettings(JIPipeIssueReport report)
Checks if the R settings are valid or reports an invalid state
|
void |
REnvironment.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImportRDatasetAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
MergingRScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
protected void |
IteratingRScriptAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues,
JIPipeNotificationInbox notifications) |
void |
ImportRDatasetAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MergingRScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
IteratingRScriptAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ModifyAndMergeTablesScript.reportValidity(JIPipeIssueReport report) |
void |
GenerateColumnAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
IntegrateColumnsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
TablesFromScript.reportValidity(JIPipeIssueReport report) |
void |
ModifyTablesScript.reportValidity(JIPipeIssueReport report) |
void |
GenerateTableFromExpressionAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RenameSingleColumnsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
RenameTableColumnsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
ApplyExpressionToColumnsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
ConvertColumnsAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
RenameTableColumnsToAnnotationAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SortTableRowsAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
UnMeltTableAlgorithm.reportValidity(JIPipeIssueReport report) |
void |
MeltTableAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TableColumnGeneratorParameter.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
GetJIPipeSlotFolderAlgorithm.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
JIPipeIssueReport |
ReloadableValidityChecker.getReport() |
Modifier and Type | Method and Description |
---|---|
void |
UserFriendlyErrorUI.displayErrors(JIPipeIssueReport report)
Adds a report to the display
Does not add the necessary vertical glue.
|
void |
JIPipeValidityReportUI.setReport(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeJsonExtensionProjectValidation.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSiteExtension.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PlotEditor.reportValidity(JIPipeIssueReport report) |
void |
JIPipePlotSeriesBuilder.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
void |
QuickRun.reportValidity(JIPipeIssueReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterUtils.deserializeParametersFromJson(JIPipeParameterCollection target,
com.fasterxml.jackson.databind.JsonNode node,
JIPipeIssueReport issues)
Deserializes parameters from JSON
|
static void |
UIUtils.openValidityReportDialog(Component parent,
JIPipeIssueReport report,
String title,
String infoText,
boolean modal)
Opens a dialog showing a validity report
|
Modifier and Type | Method and Description |
---|---|
static void |
JythonUtils.checkScriptParametersValidity(JIPipeCustomParameterCollection scriptParameters,
JIPipeIssueReport report) |
static void |
JythonUtils.checkScriptValidity(String code,
JIPipeCustomParameterCollection scriptParameters,
JIPipeIssueReport report) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.