Modifier and Type | Method and Description |
---|---|
void |
JIPipe.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeDefaultJavaPlugin.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeJsonPlugin.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeMutableDependency.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeDependency.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeRegistryIssues.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeArtifact.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectCompartment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SingleImageJAlgorithmRunConfiguration.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProcessArtifactEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphWrapperAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JsonNodeInfo.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeNodeGroup.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
GraphNodeParameterReferenceGroupCollection.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraph.edgesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport issues) |
void |
JIPipeGraph.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications)
Loads this graph from JSON
|
void |
JIPipeGraphNode.fromJson(com.fasterxml.jackson.databind.JsonNode node,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications)
Loads this algorithm from JSON
Please do not override this method if absolutely necessary.
|
void |
JIPipeGraph.nodesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications) |
void |
JIPipeGraph.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeGraph.reportValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeGraphNode targetNode)
Reports the validity for the target node and its dependencies
|
void |
JIPipeGraph.reportValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeGraphNode targetNode,
Set<JIPipeGraphNode> satisfied)
Reports the validity for the target node and its dependencies
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeSimpleIteratingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeParameterlessSimpleIteratingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeAnnotationGraphNode.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDynamicParameterCollection.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
DefaultJIPipeParameterGenerator.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeNotificationInbox notifications)
Loads the project from JSON
|
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
|
void |
JIPipeProject.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeProject.reportValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeGraphNode targetNode)
Reports the validity for the target node and its dependencies
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultNodeRegistrationTask.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeNodeRegistry.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Class and Description |
---|---|
class |
NavigableJIPipeValidationReportContext
A
JIPipeValidationReportContext that can navigate to an UI element |
Modifier and Type | Method and Description |
---|---|
JIPipeValidationReportContext |
JIPipeValidationReportEntry.getContext() |
JIPipeValidationReportContext |
JIPipeValidationReportContext.getParent() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeValidationReportContext> |
JIPipeValidationReportContext.traverse() |
Modifier and Type | Method and Description |
---|---|
default JIPipeValidationReport |
JIPipeValidatable.generateValidityReport(JIPipeValidationReportContext context)
Generates a report for this object
|
void |
JIPipeValidationReport.report(JIPipeValidationReportContext context,
JIPipeValidatable validatable)
Reports a
JIPipeValidatable into this report |
void |
JIPipeValidatable.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Generates a validity report
|
Constructor and Description |
---|
JIPipeValidationReportContext(JIPipeValidationReportContext parent) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution,
String details) |
JIPipeValidationRuntimeException(JIPipeValidationReportContext context,
Throwable e,
String title,
String explanation,
String solution) |
NavigableJIPipeValidationReportContext(JIPipeValidationReportContext parent) |
Modifier and Type | Class and Description |
---|---|
class |
APIErrorValidationReportContext |
class |
CustomValidationReportContext |
class |
GraphNodeSlotValidationReportContext |
class |
GraphNodeValidationReportContext |
class |
GraphValidationReportContext |
class |
InternalErrorValidationReportContext |
class |
JavaExtensionValidationReportContext |
class |
JsonNodeInfoValidationReportContext |
class |
ParameterValidationReportContext |
class |
UnspecifiedValidationReportContext |
Modifier and Type | Method and Description |
---|---|
void |
JFreeChartPlotEditor.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeDesktopPlotSeriesEditor.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopQuickRun.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ModifyAnnotationScript.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
SplitByAnnotationScript.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
Cellpose2PluginApplicationSettings.checkPythonSettings(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Checks if the Python settings are valid or reports an invalid state
|
static void |
Cellpose3PluginApplicationSettings.checkPythonSettings(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Checks if the Python settings are valid or reports an invalid state
|
Modifier and Type | Method and Description |
---|---|
default void |
Cellpose2EnvironmentAccessNode.reportConfiguredCellposeEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
void |
Cellpose2SegmentationInferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Cellpose2TrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
Cellpose3EnvironmentAccessNode.reportConfiguredCellposeEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
void |
Cellpose3DenoiseInferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Cellpose3SegmentationInferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Cellpose3SegmentationTrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Cellpose3DenoiseTrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyCellpose2InferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
LegacyCellpose2TrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
Cellpose1InferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Clij2ExecuteKernelIterating.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Clij2ExecuteKernelSimpleIterating.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCommentNode.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataDirectoryEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImportDataRowFolder.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FileListDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
PathListDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
FolderListDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
PathDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
FolderDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
FileDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
IntegerFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
DoubleFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
StringFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
EnumFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
PathFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
GroupHeaderFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
BooleanFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TSOAXAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SubdivideFilamentEdges.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
WekaTrainingROI3DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
WekaTrainingROI2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
IlastikEnvironmentAccessNode.reportConfiguredIlastikEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
Modifier and Type | Method and Description |
---|---|
void |
IlastikAutoContextAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IlastikPredictionMapsObjectClassificationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IlastikSegmentationImageObjectClassificationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IlastikPixelClassificationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IlastikObjectClassificationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MacroWrapperAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ArrangeChannelsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
SplitChannelsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
MergeChannelsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ConvolveByParameter2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ReorderDimensionsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MeijeringVesselness2DFeatures.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ROIDrawerFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
MaskDrawerFormData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImageFromMatrix2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RunImageJExporterAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
RunImageJImporterAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ImageComparer2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
FastImageArithmeticsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
LegacyImageCalculator2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataToPreviewAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MontageToStackAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FilterRoiByStatisticsScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TableToPointROIAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
TableToRectangularROIAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
TableToLineROIAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FilterAndMergeRoiByStatisticsScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
InternalGradientSegmentation2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
HessianSegmentation2DAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DisplayRangeCalibrationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JsonExtensionRegistrationTask.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JsonExtensionLoaderPlugin.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DefineParametersAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
GenerateParametersFromExpressionAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
OMEROCredentialAccessNode.reportConfiguredOMEROEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
void |
OMEROCredentialsEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotateOMEROScreenReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
AnnotateOMEROWellReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
AnnotateOMERODatasetReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
AnnotateOMEROPlateReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
AnnotateOMEROProjectReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
AnnotateOMEROImageReferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
OMERODatasetReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OMEROPlateReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OMEROScreenReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OMEROProjectReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OMEROWellReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OMEROImageReferenceDataSource.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadOMEROTableAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
DownloadOMEROImageAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROCreateDatasetAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
UploadOMEROImageToDatasetAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
UploadOMEROTableAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
OmniposeEnvironmentAccessNode.reportConfiguredOmniposeEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
Modifier and Type | Method and Description |
---|---|
void |
Omnipose0TrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
Omnipose0InferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyOmnipose0TrainingAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
LegacyOmnipose0InferenceAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ListParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PairParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
StringPatternExtraction.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
NumberRangeParameterGenerator.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
OptionalDataAnnotationNameParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
OptionalTextAnnotationNameParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeParameterTypeInfoRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeNodeInfoRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ImageJDataExporterRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ImageJDataImportOperationRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JIPipeDataInfoRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ImageJDataExportOperationRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ImageJDataImporterRef.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
JFreeChartPlotData.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PlotTablesAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
PlotTables2Algorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
PythonEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
PythonPackageLibraryEnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleIteratingJythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
MergingJythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
JythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IteratingJythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
PythonEnvironmentAccessNode.reportConfiguredPythonEnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
void |
PythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
MergingPythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IteratingPythonScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
default void |
REnvironmentAccessNode.reportConfiguredREnvironmentValidity(JIPipeValidationReportContext context,
JIPipeValidationReport report)
Generates a validity report entry if the configured environment has an issue
|
void |
REnvironment.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
MergingRScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ImportRDatasetAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IteratingRScriptAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
ModifyAndMergeTablesScript.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
GenerateTableFromExpressionAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ModifyTablesScript.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
TablesFromScript.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
IntegrateColumnsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
GenerateColumnAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
RenameSingleColumnsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
ApplyExpressionToColumnsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
void |
RenameTableColumnsToAnnotationAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
RenameTableColumnsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SortTableRowsAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
DBSCANClusteringAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
FuzzyKMeansClusteringAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
void |
KMeansClusteringAlgorithm.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
void |
TableColumnGeneratorParameter.reportValidity(JIPipeValidationReportContext reportContext,
JIPipeValidationReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterUtils.deserializeParametersFromJson(JIPipeParameterCollection target,
com.fasterxml.jackson.databind.JsonNode node,
JIPipeValidationReportContext context,
JIPipeValidationReport issues)
Deserializes parameters from JSON
|
Modifier and Type | Method and Description |
---|---|
static void |
JythonUtils.checkScriptParametersValidity(JIPipeCustomParameterCollection scriptParameters,
JIPipeValidationReportContext context,
JIPipeValidationReport report) |
static void |
JythonUtils.checkScriptValidity(String code,
JIPipeCustomParameterCollection scriptParameters,
JIPipeValidationReportContext context,
JIPipeValidationReport report) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.