# File lib/tapkit/access/snapshot.rb, line 8
                def initialize
                        @current_time = Time.new

                        @snapshots = {} # GlobalID -> snapshot
                        @count     = {} # GlobalID -> count
                        @times     = {} # GlobalID -> time
                        @gids_src  = {} # GlobalID -> {'name' -> GlobalIDs (array)}
                        @times_src = {} # GlobalID -> {'name' -> time}
                end