public interface MarkingFilter<T extends org.aksw.gerbil.transfer.nif.Marking>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
filterList(List<T> markings)
Returns a filtered list based on the given list.
|
List<List<T>> |
filterListOfLists(List<List<T>> markings) |
boolean |
isMarkingGood(T marking)
Returns true if the marking is good and does not have to be filtered out.
|
Copyright © 2014–2017. All rights reserved.