Copyright (C) 1992, Digital Equipment Corporation
All rights reserved.
See the file COPYRIGHT for a full description.
by Steve Glassman and Stephen Harrison
Last modified on Wed May 20 01:08:16 1992 by steveg
INTERFACE RadialTree;
IMPORT GenericTree;
TYPE
V <: GenericTree.V;
T <: GenericTree.GenericTree;
END RadialTree.