public interface Filterinterface extends Serializable
(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
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Object entry)
a filter defines whether to accept a value in a chart
|
Filterinterface |
and(Filterinterface filter)
adds filter to this filter and returns the composed filter
|
String |
getCriterium()
returns a string representation of the criterium
|
boolean |
isInverted()
is the filter inverted?
|
Filterinterface |
or(Filterinterface filter)
creates a new composite filter which is one or two
|
void |
setInverted(boolean inverted)
inverts the filter
|
boolean accept(Object entry)
entry
- the entry to filtervoid setInverted(boolean inverted)
inverted
- whether to invert the filterboolean isInverted()
String getCriterium()
Filterinterface and(Filterinterface filter)
filter
- the filter to addFilterinterface or(Filterinterface filter)
filter
- the filter to addCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.