<> <> <> DIRECTORY RoseWireTypes; RoseWiring: CEDAR DEFINITIONS = <> BEGIN OPEN RoseWireTypes; ComputeWiring: PROC [publicWirePrototype: Wire, betterName: ROPE _ NIL] RETURNS [BehaviorClassWiring]; GetWiring: PROC [proto: Wire, flavor: WireFlavor] RETURNS [rwc: RoseWireClass]; WireName: PROC [Wire] RETURNS [ROPE]; END.