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

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

private static class SearchCompiler.TimestampRange
extends SearchCompiler.CountRange

Matches objects with a timestamp in given range


Constructor Summary
SearchCompiler.TimestampRange(long minCount, long maxCount)
           
 
Method Summary
protected  java.lang.Long getCount(OsmPrimitive osm)
           
protected  java.lang.String getCountString()
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.CountRange
match, 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.TimestampRange

public SearchCompiler.TimestampRange(long minCount,
                                     long maxCount)
Method Detail

getCount

protected java.lang.Long getCount(OsmPrimitive osm)
Specified by:
getCount in class SearchCompiler.CountRange

getCountString

protected java.lang.String getCountString()
Specified by:
getCountString in class SearchCompiler.CountRange


JOSM