|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.MultiFilter
public class MultiFilter
This represents an ordered sequence of filter operations.
Constructor Summary | |
---|---|
MultiFilter(TagFilter[] filters)
|
Method Summary | |
---|---|
boolean |
matches(TagData t)
Say if a tag matches this filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiFilter(TagFilter[] filters)
Method Detail |
---|
public boolean matches(TagData t)
matches
in interface TagFilter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |