|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.utility.strategy.CombinedFilter
public class CombinedFilter
CombinedFilter is a class that combines a combination of FilterStrategies
Constructor Summary | |
---|---|
CombinedFilter(java.util.Collection<FilterStrategy> x)
Creates a new FilterStrategy by combining the FilterStrategies in the input collection. |
Method Summary | |
---|---|
boolean |
isOk(FableComponent t)
Determines if the FableComponent should be allowed in the filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinedFilter(java.util.Collection<FilterStrategy> x)
x
- A collection of FilterStrategies to be combinedMethod Detail |
---|
public boolean isOk(FableComponent t)
FilterStrategy
isOk
in interface FilterStrategy
t
- FableComponent to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |