Package de.gematik.combine.filter.table
Interface SoftFilter
- All Known Subinterfaces:
CellFilter,ProjectCellFilter,TableFilter
- All Known Implementing Classes:
AbstractCellFilter,AbstractTableFilter,DistinctColumnFilter,DistinctRowPropertyFilter,DoubleLineupFilter,EqualRowPropertyFilter,JexlCellFilter,JexlRowFilter,MaxRowsFilter,MaxSameColumnPropertyFilter,ProjectRowFilter,ProjectVersionFilter,RequirePropertyRowFilter,RequireTagRowFilter,SelfCombineFilter,ShuffleTableFilter,TableRowFilter,VersionFilter
public interface SoftFilter
This interface is used to set
TableFilter and CellFilter as SoftFilter. SoftFilter should be deleted if
not enough rows for an example could be generated-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisSoft()default SoftFiltersetSoft(boolean soft)
-
Method Details
-
isSoft
default boolean isSoft() -
setSoft
-