zeus/src/TracedAlg.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE TracedAlg;

IMPORT Algorithm;
A TracedAlg.T is an Algorithm.T subclass that is useful for debugging. It outputs to stdout each time that one of its methods is invoked.

TYPE
  T <: Algorithm.T;

END TracedAlg.