--
-- Graphs0.df
--		Copyright (C) 1986 by Xerox Corporation.  All rights reserved.
--
--		Undirected graphs 
--		(First in first out queues)
--		Utilities for routing
--
--		Created by: Christian Jacobi, July 26, 1986 4:25:16 pm PDT 
--		Last Edited by: Christian Jacobi, July 26, 1986 4:27:40 pm PDT

Exports [Cedar]<CedarChest6.1>top>

  Graphs0.df                                   18-Oct-86 13:56:21 PDT

Exports [Cedar]<CedarChest6.1>Documentation>

  Graphs0Doc.tioga!1                           18-Oct-86 13:45:42 PDT

Exports [Cedar]<CedarChest6.1>Graphs0>

  Graphs0.Load!1                               18-Oct-86 13:23:22 PDT
  Graphs0.bcd!1                                18-Oct-86 13:31:41 PDT
  Graphs0.mesa!1                               18-Oct-86 13:31:20 PDT
 +Graphs0Impl.bcd!1                            18-Oct-86 13:31:53 PDT

  Graphs0Path.load!1                           18-Oct-86 13:24:07 PDT
  Graphs0Path.bcd!1                            18-Oct-86 13:31:45 PDT
  Graphs0Path.mesa!1                           18-Oct-86 13:25:53 PDT
 +Graphs0PathImpl.bcd!1                        18-Oct-86 13:31:52 PDT

  FIFOQueue.load!1                             18-Oct-86 13:23:55 PDT
  FIFOQueue.mesa!1                             16-Sep-86 14:12:18 PDT
  FIFOQueue.bcd!1                              16-Sep-86 14:12:54 PDT
 +FIFOQueueImpl.bcd!1                          16-Sep-86 14:13:39 PDT


Directory [Cedar]<CedarChest6.1>

  FIFOQueueImpl.mesa!1                         16-Sep-86 14:13:08 PDT
  Graphs0Impl.mesa!1                           18-Oct-86 13:19:05 PDT
  Graphs0PathImpl.mesa!1                       18-Oct-86 13:20:32 PDT

--test aids; not used by clients
 +Graphs0Test.mesa!1                           18-Oct-86 13:20:36 PDT
 +Graphs0Test.cm!1                             18-Oct-86 13:20:39 PDT


Imports [Cedar]<Cedar6.1>Top>BasicPackages.df Of ~=
  Using [Random.bcd, RefTab.bcd]

Imports [Cedar]<Cedar6.1>Top>MesaRuntime.df Of ~=
  Using [Process.bcd]

Exports Imports [Cedar]<CedarChest6.1>Top>PropertyLists.df Of ~=
  Using [+PropertyListsImpl.bcd, PropertyLists.bcd, PropertyLists.load]

Imports [Cedar]<Cedar6.1>Top>SafeStorage.df Of ~=
  Using [SafeStorage.bcd]