com.vii.brillien.kernel.axiom.atomic.shaper.filters
Class OrFilter

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<Filter>
                  extended by com.vii.brillien.kernel.axiom.atomic.shaper.filters.OrFilter
All Implemented Interfaces:
Filter, Serializable, Cloneable, Iterable<Filter>, Collection<Filter>, Deque<Filter>, List<Filter>, Queue<Filter>

public class OrFilter
extends LinkedList<Filter>
implements Filter

Spcialized Filter type for chained filtering connected with logical OR

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
OrFilter()
           
OrFilter(Collection<Filter> fs)
           
OrFilter(Filter... fs)
           
 
Method Summary
 void addFilter(Filter... fs)
           
 void clean()
           
 boolean interestedIn(BrillienException be)
          Tells wether the exception need to be transformed.
 void removeFilter(Filter... fs)
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 
Methods inherited from interface java.util.Deque
iterator
 

Constructor Detail

OrFilter

public OrFilter()

OrFilter

public OrFilter(Filter... fs)

OrFilter

public OrFilter(Collection<Filter> fs)
Method Detail

addFilter

public void addFilter(Filter... fs)

removeFilter

public void removeFilter(Filter... fs)

clean

public void clean()

interestedIn

public boolean interestedIn(BrillienException be)
Description copied from interface: Filter
Tells wether the exception need to be transformed.

Specified by:
interestedIn in interface Filter


Copyright © 2012. All Rights Reserved.