mentor/derived/PQueueViewClass.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 PQueue.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE PQueueViewClass;

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

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( size: INTEGER; doSort: BOOLEAN) RAISES {Thread.Alerted};
        oeInitSort ( vals: PQueue.Array) RAISES {Thread.Alerted};
        oeInsert ( el: INTEGER) RAISES {Thread.Alerted};
        oeHeapOpInit ( k: INTEGER) RAISES {Thread.Alerted};
        oeUpHeapStep ( k: INTEGER) RAISES {Thread.Alerted};
        oeHeapStep ( k, n: INTEGER; down: BOOLEAN) RAISES {Thread.Alerted};
        oePlaceElement ( k: INTEGER) RAISES {Thread.Alerted};
        oeRemove ( ) RAISES {Thread.Alerted};
        oeCompare ( k: INTEGER; n: INTEGER) RAISES {Thread.Alerted};
        oePause ( ) RAISES {Thread.Alerted};
        oeSortStep ( k: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END PQueueViewClass.

interface View is in: