Package de.gematik.combine.filter.table
Class AbstractTableFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.AbstractTableFilter
-
- All Implemented Interfaces:
SoftFilter,TableFilter,Comparable<TableFilter>
- Direct Known Subclasses:
DistinctColumnFilter,DoubleLineupFilter,MaxRowsFilter,MaxSameColumnPropertyFilter,ShuffleTableFilter,TableRowFilter
public abstract class AbstractTableFilter extends Object implements TableFilter
-
-
Constructor Summary
Constructors Constructor Description AbstractTableFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSoft()TableFiltersetSoft(boolean soft)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
apply, compareTo, getFilterOrder, merge
-
-
-
-
Method Detail
-
isSoft
public boolean isSoft()
- Specified by:
isSoftin interfaceSoftFilter
-
setSoft
public TableFilter setSoft(boolean soft)
- Specified by:
setSoftin interfaceSoftFilter
-
-