Package | Description |
---|---|
nl.tudelft.simulation.language.filters |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter
The abstract filter forms the abstract class for all filters.
|
class |
CompositeFilter
The composite filter combines two filters.
|
class |
MaxPointFilter
The histogram specifies a histogram chart for the DSOL framework.
|
class |
ModulusFilter
The modulus filter only accepts the nth event where n % given modulus = 0.
|
class |
ZeroFilter
The Zero filter does not filter any value.
|
Modifier and Type | Method and Description |
---|---|
Filterinterface |
AbstractFilter.and(Filterinterface filter)
adds filter to this filter and returns the composed filter
|
Filterinterface |
Filterinterface.and(Filterinterface filter)
adds filter to this filter and returns the composed filter
|
Filterinterface |
AbstractFilter.or(Filterinterface filter)
creates a new composite filter which is one or two
|
Filterinterface |
Filterinterface.or(Filterinterface filter)
creates a new composite filter which is one or two
|
Modifier and Type | Method and Description |
---|---|
Filterinterface |
AbstractFilter.and(Filterinterface filter)
adds filter to this filter and returns the composed filter
|
Filterinterface |
Filterinterface.and(Filterinterface filter)
adds filter to this filter and returns the composed filter
|
Filterinterface |
AbstractFilter.or(Filterinterface filter)
creates a new composite filter which is one or two
|
Filterinterface |
Filterinterface.or(Filterinterface filter)
creates a new composite filter which is one or two
|
Constructor and Description |
---|
CompositeFilter(Filterinterface filter1,
Filterinterface filter2,
short operator)
constructs a new CompositeFilter
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.