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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gematik.combine.filter.table.TableFilter
apply, compareTo, getFilterOrder, merge
-
Constructor Details
-
AbstractTableFilter
public AbstractTableFilter()
-
-
Method Details
-
isSoft
public boolean isSoft()- Specified by:
isSoftin interfaceSoftFilter
-
setSoft
- Specified by:
setSoftin interfaceSoftFilter
-