-- SMDF.mesa
-- last edit by Schmidt, May 19, 1983 7:18 pm
-- last edit by Satterthwaite, August 8, 1983 12:20 pm
DIRECTORY
Rope: TYPE USING [Text],
SMOps: TYPE USING [MS],
SMTree: TYPE Tree USING [Link];
SMDF: CEDAR DEFINITIONS ~ {
OPEN Tree~~SMTree;
WriteDFFile: PROC[
ms: SMOps.MS, t: Tree.Link, modelFileName, dfFileName: Rope.Text];
}.