org.openstreetmap.josm.actions.search
Class SearchCompiler.Incomplete

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.Incomplete
Enclosing class:
SearchCompiler

private static class SearchCompiler.Incomplete
extends SearchCompiler.Match

Match objects that are incomplete, where only id and type are known. Typically some members of a relation are incomplete until they are fetched from the server.


Constructor Summary
private SearchCompiler.Incomplete()
           
 
Method Summary
 boolean match(OsmPrimitive osm)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match
existsMatch, forallMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchCompiler.Incomplete

private SearchCompiler.Incomplete()
Method Detail

match

public boolean match(OsmPrimitive osm)
Specified by:
match in class SearchCompiler.Match

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM