|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filterinterface | |
---|---|
nl.tudelft.simulation.language.filters |
Uses of Filterinterface in nl.tudelft.simulation.language.filters |
---|
Classes in nl.tudelft.simulation.language.filters that implement Filterinterface | |
---|---|
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. |
Methods in nl.tudelft.simulation.language.filters that return Filterinterface | |
---|---|
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 |
Methods in nl.tudelft.simulation.language.filters with parameters of type Filterinterface | |
---|---|
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 |
Constructors in nl.tudelft.simulation.language.filters with parameters of type Filterinterface | |
---|---|
CompositeFilter(Filterinterface filter1,
Filterinterface filter2,
short operator)
constructs a new CompositeFilter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |