Uses of Interface
org.openstreetmap.josm.data.osm.search.SearchCompiler.MatchFactory
-
Packages that use SearchCompiler.MatchFactory Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.MatchFactory in org.openstreetmap.josm.data.osm.search
Subinterfaces of SearchCompiler.MatchFactory in org.openstreetmap.josm.data.osm.search Modifier and Type Interface Description static interface
SearchCompiler.BinaryMatchFactory
static interface
SearchCompiler.SimpleMatchFactory
static interface
SearchCompiler.UnaryMatchFactory
Classes in org.openstreetmap.josm.data.osm.search that implement SearchCompiler.MatchFactory Modifier and Type Class Description static class
SearchCompiler.CoreSimpleMatchFactory
static class
SearchCompiler.CoreUnaryMatchFactory
Methods in org.openstreetmap.josm.data.osm.search with parameters of type SearchCompiler.MatchFactory Modifier and Type Method Description static void
SearchCompiler. addMatchFactory(SearchCompiler.MatchFactory factory)
Add (register) MatchFactory with SearchCompiler
-