org.shapelogic.filter
Interface IFilter<BaseClass,Element>
- All Superinterfaces:
- org.apache.commons.collections.Predicate
- All Known Implementing Classes:
- AllFilter, AndFilter, BaseFilter, DynamicBaseFilter, FullLengthHorizontalFilter, FullLengthVerticalFilter, LineOfTypeFilter, NotFilter, OrFilter, PointAboveFilter, PointBelowFilter, PointLeftOfFilter, PointOfTypeFilter, PointRightOfFilter, PolygonLineFilter, PolygonPointFilter, PolygonSpatialPointFilter
public interface IFilter<BaseClass,Element>
- extends org.apache.commons.collections.Predicate
- Author:
- Sami Badawi
Methods inherited from interface org.apache.commons.collections.Predicate |
evaluate |
getParent
BaseClass getParent()
setParent
void setParent(BaseClass obj)
getCollection
java.util.Collection<Element> getCollection()
setCollection
void setCollection(java.util.Collection<Element> collection)
filter
java.util.Collection<Element> filter()
getConstraint
java.lang.Object getConstraint()
setConstraint
void setConstraint(java.lang.Object constraint)
setup
void setup()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009. All Rights Reserved.