|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncludeFromNowOn | |
---|---|
org.knime.base.node.preproc.filter.row.rowfilter | Contains all filters currently implemented for the row filter node. |
org.knime.base.node.preproc.sample | Node that samples rows from an input table. |
Uses of IncludeFromNowOn in org.knime.base.node.preproc.filter.row.rowfilter |
---|
Methods in org.knime.base.node.preproc.filter.row.rowfilter that throw IncludeFromNowOn | |
---|---|
boolean |
AndRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
RowNoRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
MissingValueRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
NegRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
MissingCellRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
StringCompareRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
abstract boolean |
RowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
TrueRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
OrRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
ColValFilterOldObsolete.matches(DataRow row,
int rowIndex)
Deprecated. Return true if the specified row matches the criteria set
in the filter. |
boolean |
RangeRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
Uses of IncludeFromNowOn in org.knime.base.node.preproc.sample |
---|
Methods in org.knime.base.node.preproc.sample that throw IncludeFromNowOn | |
---|---|
boolean |
LinearSamplingRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
RandomFractionRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
RandomNumberRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
boolean |
StratifiedSamplingRowFilter.matches(DataRow row,
int rowIndex)
Return true if the specified row matches the criteria set
in the filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |