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 interfaceSearchCompiler.BinaryMatchFactoryA factor for gettingSearchCompiler.AbstractBinaryMatchobjectsstatic interfaceSearchCompiler.SimpleMatchFactoryA factory for gettingSearchCompiler.Matchobjectsstatic interfaceSearchCompiler.UnaryMatchFactoryA factory for gettingSearchCompiler.UnaryMatchobjectsClasses in org.openstreetmap.josm.data.osm.search that implement SearchCompiler.MatchFactory Modifier and Type Class Description static classSearchCompiler.CoreSimpleMatchFactoryThe core factory for "simple"SearchCompiler.Matchobjectsstatic classSearchCompiler.CoreUnaryMatchFactoryThe coreSearchCompiler.UnaryMatchfactoryMethods in org.openstreetmap.josm.data.osm.search with parameters of type SearchCompiler.MatchFactory Modifier and Type Method Description static voidSearchCompiler. addMatchFactory(SearchCompiler.MatchFactory factory)Add (register) MatchFactory with SearchCompiler
-