<> <> <> <> DIRECTORY CD; StixCmds: CEDAR DEFINITIONS = BEGIN <> << A collection of commands to ease the interactive input of Stix objects.>> <> <> GenericCt: PROC [design: CD.Design] RETURNS [ob: CD.Object]; GenericTr: PROC [design: CD.Design, pType: BOOL] RETURNS [ob: CD.Object]; END. <<>>