fable.utility.strategy
Interface FilterStrategy

All Known Implementing Classes:
AuthorFilter, CombinedFilter, DateFilter, MarkFilter

public interface FilterStrategy

Interface to filter articles

Author:
Christopher Moh

Method Summary
 boolean isOk(FableComponent t)
          Determines if the FableComponent should be allowed in the filter
 

Method Detail

isOk

boolean isOk(FableComponent t)
Determines if the FableComponent should be allowed in the filter

Parameters:
t - FableComponent to check
Returns:
true if the FableComponent is allowed to pass, false otherwise