mentor/derived/SearchTreeViewClass.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:56:28 PST 1995 by kalsow  
      modified on Wed Feb 17 17:04:21 PST 1993 by johnh   
      modified on Tue Jun  9 00:35:21 1992 by mhb         

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file SearchTree.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE SearchTreeViewClass;

<*NOWARN*> IMPORT RedBlackAlg, View, Thread;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeNewNode ( node: INTEGER; key: INTEGER) RAISES {Thread.Alerted};
        oeCompareKeys ( node: INTEGER) RAISES {Thread.Alerted};
        oeAddLeaf ( node: INTEGER; childNum: CARDINAL) RAISES {Thread.Alerted};
        oeNewSearchKey ( key: INTEGER) RAISES {Thread.Alerted};
        oeSearchEnd ( node: INTEGER) RAISES {Thread.Alerted};
        oeGoLeft ( node: INTEGER) RAISES {Thread.Alerted};
        oeSpliceOut ( parent, child: INTEGER; save: BOOLEAN) RAISES {Thread.Alerted};
        oeCopy ( source, dest: INTEGER) RAISES {Thread.Alerted};
        oeCurrentNode ( node: INTEGER) RAISES {Thread.Alerted};
        oeSetType ( node: INTEGER; type, pType: RedBlackAlg.NodeType) RAISES {Thread.Alerted};
        oeRedRedClash ( child, parent: INTEGER; on: BOOLEAN) RAISES {Thread.Alerted};
        oeCheckUncle ( child: INTEGER) RAISES {Thread.Alerted};
        oeRotate ( child, parent: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END SearchTreeViewClass.

interface View is in: