|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.actions.search.SearchCompiler.Match
public abstract static class SearchCompiler.Match
Base class for all search operators.
Constructor Summary | |
---|---|
SearchCompiler.Match()
|
Method Summary | |
---|---|
protected boolean |
existsMatch(java.util.Collection<? extends OsmPrimitive> primitives)
Tests whether one of the primitives matches. |
protected boolean |
forallMatch(java.util.Collection<? extends OsmPrimitive> primitives)
Tests whether all primitives match. |
abstract boolean |
match(OsmPrimitive osm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchCompiler.Match()
Method Detail |
---|
public abstract boolean match(OsmPrimitive osm)
protected boolean existsMatch(java.util.Collection<? extends OsmPrimitive> primitives)
protected boolean forallMatch(java.util.Collection<? extends OsmPrimitive> primitives)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |