Package comp202.fall2007.a5.filter

Class Summary
FilterFactory A FilterFactory provides methods to create SongFilters that define various conditions based on the attributes of Songs, or on the conditions defined by other SongFilters.
NumberMatchType A NumberMatchType object defines a way to determine whether two integer values match.
SongFilter A SongFilter defines a condition that Songs can satisfy, and provides a method to verify whether or not a Song satisfies this condition.
StringMatchType A StringMatchType object defines a way to determine whether two Strings match.