mentor/derived/SubtypeViewClass.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 Subtype.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE SubtypeViewClass;

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

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( ) RAISES {Thread.Alerted};
        oeBegin ( lftRoot, rhtRoot: INTEGER) RAISES {Thread.Alerted};
        oeNewBot ( index: INTEGER) RAISES {Thread.Alerted};
        oeNewTop ( index: INTEGER) RAISES {Thread.Alerted};
        oeNewFun ( index, domEdgeIndex, rngEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeNewDomRng ( index, domIndex, rngIndex: INTEGER) RAISES {Thread.Alerted};
        oeNewLoop ( fromIndex, toIndex: INTEGER) RAISES {Thread.Alerted};
        oeEnter ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeExit ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER; result: BOOLEAN) RAISES {Thread.Alerted};
        oeSeenOK ( fromIndex, toIndex: INTEGER) RAISES {Thread.Alerted};
        oeNotice ( fromIndex, toIndex: INTEGER) RAISES {Thread.Alerted};
        oeBotLessAnyOK ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeTopLessTopOK ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeTopLessNonTopKO ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeFunLessBotKO ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeFunLessTopOK ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeFunLessFun ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeOK ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
        oeKO ( lftIndex, rhtIndex, lftLeadingEdgeIndex, rhtLeadingEdgeIndex: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END SubtypeViewClass.

interface View is in: