RoseWiring.Mesa
Spreitzer, October 21, 1985 8:52:41 pm PDT
Barth, August 16, 1985 4:55:42 pm PDT
DIRECTORY RoseWireTypes;
RoseWiring: CEDAR DEFINITIONS =
This is the interface for computing a RoseWireClass from a public prototype.
BEGIN OPEN RoseWireTypes;
ComputeWiring: PROC [publicWirePrototype: Wire, betterName: ROPENIL] RETURNS [BehaviorClassWiring];
GetWiring: PROC [proto: Wire, flavor: WireFlavor] RETURNS [rwc: RoseWireClass];
WireName: PROC [Wire] RETURNS [ROPE];
IsVariable: PROC [Wire] RETURNS [BOOL];
END.