RoutePackage.Config
Copyright © 1986 by Xerox Corporation. All rights reserved.
Last Edited by: Preas, September 9, 1986 12:32:44 pm PDT
RoutePackage: CONFIGURATION
IMPORTS
CD, CDAtomicObjects, CDBasics, CDCells, CDSymbolicObjects, CDProperties, CDRects, CDSimpleRules, Convert, HashTable, List, Properties, PWObjects, RealOps, Rope, TerminalIO
EXPORTS
Route,
RouteChannel,
RouteDiGraph,
RoutePrivate,
RouteTechnology,
RouteUtil
CONTROL
RouteImpl,
RouteChannelConstraintsImpl,
RouteChannelInitImpl,
RouteChannelRetrieveImpl,
RouteChannelTopolImpl,
RouteChannelUtilImpl,
RouteDiGraphImpl,
RouteTechnologyImpl,
RouteUtilImpl =
BEGIN
RouteImpl;
RouteChannelConstraintsImpl;
RouteChannelInitImpl;
RouteChannelRetrieveImpl;
RouteChannelTopolImpl;
RouteChannelUtilImpl;
RouteDiGraphImpl;
RouteTechnologyImpl;
RouteUtilImpl;
END.