public class MaxPointFilter extends AbstractFilter
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
inverted
Constructor and Description |
---|
MaxPointFilter(long maxPoints)
constructs a new MaxPointFilter
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
filter(Object entry)
filters the entry.
|
String |
getCriterium()
returns the filter criterium
|
accept, and, isInverted, or, setInverted, toString
public MaxPointFilter(long maxPoints)
maxPoints
- the maximum points to displayprotected boolean filter(Object entry)
AbstractFilter
filter
in class AbstractFilter
entry
- the entry to filter.AbstractFilter.filter(java.lang.Object)
public String getCriterium()
AbstractFilter
getCriterium
in interface Filterinterface
getCriterium
in class AbstractFilter
Filterinterface.getCriterium()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.