|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
Filter for Instance
s. Filter implementations should reimplement
#equals(Object)
and #hashCode()
.
Method Summary | |
---|---|
boolean |
match(Instance instance)
Determines if an instance matches the filter. |
Method Detail |
---|
boolean match(Instance instance)
instance
- the instance to check the filter against
true
if the given instance matches the filter,
false
otherwise
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |