<<>> <> <> <> DIRECTORY VersionMap2; VersionMap2BindingByPattern: CEDAR DEFINITIONS = {OPEN VersionMap2; < and some , where the is "Source", "Intermediate", or "Executable". This interface offers an association between s and lists of filename patterns, such that the map gotten through VersionMap2Binding for includes the files of the appropriate kind whose names match one of the filename patterns.>> AddToList: PROC [root: ROPE, pattern: Name]; RemFromList: PROC [root: ROPE, pattern: Name]; ScanList: PROC [root: ROPE, Consume: PROC [pattern: Name] RETURNS [stop: BOOL]]; ScanLists: PROC [Consume: PROC [root: ROPE] RETURNS [stop: BOOL]]; < for which there is a non-empty list of filename patterns being watched.>> }.