mentor/derived/WheelerViewClass.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 Wheeler.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE WheelerViewClass;

<*NOWARN*> IMPORT TextConv, View, Thread, MiscFmt;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeStartPermute ( string, alphabet: TEXT) RAISES {Thread.Alerted};
        oeNextRotation ( i: INTEGER; string: TEXT) RAISES {Thread.Alerted};
        oeRotationsSorted ( rotations: MiscFmt.RefTextArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oePermuteDone ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oeStartEncode ( alphabet: TEXT) RAISES {Thread.Alerted};
        oeEncodeNextChar ( i: INTEGER; c: CHAR) RAISES {Thread.Alerted};
        oeEncodeDistinctCount ( i, k, n: INTEGER; c: CHAR) RAISES {Thread.Alerted};
        oeEncodeFoundCode ( i, k, code: INTEGER; c: CHAR) RAISES {Thread.Alerted};
        oeEncodeDone ( alphabet: TEXT; codes: MiscFmt.RefIntArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oeInitDecode ( alphabet: TEXT; codes: MiscFmt.RefIntArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oeStartDecode ( ) RAISES {Thread.Alerted};
        oeDecodeNextCode ( i: INTEGER) RAISES {Thread.Alerted};
        oeDecodeDistinctCount ( i, k, n: INTEGER) RAISES {Thread.Alerted};
        oeDecodeFoundChar ( i, k: INTEGER; c: CHAR) RAISES {Thread.Alerted};
        oeDecodeDone ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oeStartReconstruct ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
        oeFirstChars ( t: TEXT) RAISES {Thread.Alerted};
        oeConsiderChar ( i: INTEGER) RAISES {Thread.Alerted};
        oeEqualChars ( i, j: INTEGER) RAISES {Thread.Alerted};
        oeFinishCharRun ( ) RAISES {Thread.Alerted};
        oeStartResult ( ) RAISES {Thread.Alerted};
        oeResultNextChar ( pos, k: INTEGER) RAISES {Thread.Alerted};
        oeEndResult ( ) RAISES {Thread.Alerted};
        oeReveal ( i: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END WheelerViewClass.

interface View is in: