Package eu.simuline.util
Class PathFinder.NegFilter
- java.lang.Object
-
- eu.simuline.util.PathFinder.Filter
-
- eu.simuline.util.PathFinder.NegFilter
-
- Enclosing class:
- PathFinder
static class PathFinder.NegFilter extends PathFinder.Filter
One of the logical operations of filters: Returns a filter which passes a path iff the original filtertbNegFilterdoes not.
-
-
Field Summary
Fields Modifier and Type Field Description private PathFinder.FiltertbNegFilterThe filter to be negated.
-
Constructor Summary
Constructors Constructor Description NegFilter(PathFinder.Filter tbNegFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpass(Path path)Passes the given path ifftbNegFilterdoes not.-
Methods inherited from class eu.simuline.util.PathFinder.Filter
and, not, or
-
-
-
-
Field Detail
-
tbNegFilter
private final PathFinder.Filter tbNegFilter
The filter to be negated.
-
-
Constructor Detail
-
NegFilter
NegFilter(PathFinder.Filter tbNegFilter)
-
-
Method Detail
-
pass
public boolean pass(Path path)
Passes the given path ifftbNegFilterdoes not.- Specified by:
passin classPathFinder.Filter
-
-