<> <> <> <<>> DIRECTORY Core; <<>> EU2ControlAlps: CEDAR DEFINITIONS = BEGIN CreateControl: PROC RETURNS [cellType: Core.CellType]; CreateRamControl: PROC RETURNS [Core.CellType]; CreateBothAlps: PROC RETURNS [cellType: Core.CellType]; CreateDPControl: PROC RETURNS [Core.CellType]; CreateCondControl: PROC RETURNS [cellType: Core.CellType]; END.