com.ihr.xbrl.filters
Class XBRLAndFilter

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<XBRLFacetFilter>
              extended by com.ihr.xbrl.filters.XBRLAndFilter
All Implemented Interfaces:
XBRLFacetFilter, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<XBRLFacetFilter>, java.util.Collection<XBRLFacetFilter>, java.util.List<XBRLFacetFilter>, java.util.RandomAccess

public class XBRLAndFilter
extends java.util.Vector<XBRLFacetFilter>
implements XBRLFacetFilter

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLAndFilter()
           
 
Method Summary
 boolean matches(XBRLFact fact)
          Return a boolean value indicating if the fact passes the filter.
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

XBRLAndFilter

public XBRLAndFilter()
Method Detail

matches

public boolean matches(XBRLFact fact)
Description copied from interface: XBRLFacetFilter
Return a boolean value indicating if the fact passes the filter. true - match false - no match

Specified by:
matches in interface XBRLFacetFilter
Parameters:
fact - XBRLFact to test
Returns:
boolean