public class ModulusFilter 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 |
---|
ModulusFilter(long modulus)
constructs a new ModulusFilter
|
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 ModulusFilter(long modulus)
modulus
- the modulus to useprotected 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.