<> <> <> <> <> <<>> DIRECTORY CD USING [Object, ObjectClass, Position], CDDirectory USING [AnotherProc], Core USING [Wire]; SinixBridge: CEDAR DEFINITIONS = BEGIN <<>> <> sinixBridgeClass: REF CD.ObjectClass; WireToObjectBridge: PROC [fatherSize: CD.Position, wire: Core.Wire] RETURNS [object: CD.Object]; <> <<>> ExpandAsGeometry: CDDirectory.AnotherProc; <> ExpandAsPins: CDDirectory.AnotherProc; <> END.