Package | Description |
---|---|
org.knime.base.node.preproc.datavalidator |
Implemenation of the DataValidator node.
|
Modifier and Type | Method and Description |
---|---|
(package private) DataValidatorColConfiguration.DomainHandling |
DataValidatorColConfiguration.getDomainHandlingMinMax() |
(package private) DataValidatorColConfiguration.DomainHandling |
DataValidatorColConfiguration.getDomainHandlingPossbileValues() |
static DataValidatorColConfiguration.DomainHandling |
DataValidatorColConfiguration.DomainHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataValidatorColConfiguration.DomainHandling[] |
DataValidatorColConfiguration.DomainHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static DataValidatorCellDecorator |
DataValidatorCellDecorator.domainHandlingCellDecorator(DataValidatorCellDecorator inner,
DataValidatorColConfiguration.DomainHandling domainHandling,
Set<DataCell> values,
DataColumnSpec referenceSpec,
DataValidatorColConflicts conflicts)
Checks that the given cell is within the given domain.
|
(package private) static DataValidatorCellDecorator |
DataValidatorCellDecorator.domainHandlingCellDecorator(DataValidatorCellDecorator inner,
DataValueComparator comparator,
DataValidatorColConfiguration.DomainHandling domainHandling,
DataCell min,
DataCell max,
DataColumnSpec referenceSpec,
DataValidatorColConflicts conflicts)
Checks that the given cell is within the given domain.
|
(package private) void |
DataValidatorColConfiguration.setDomainHandlingMinMax(DataValidatorColConfiguration.DomainHandling domainHandlingMinMax) |
(package private) void |
DataValidatorColConfiguration.setDomainHandlingPossbileValues(DataValidatorColConfiguration.DomainHandling domainHandlingPossbileValues) |
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.