mentor/derived/StringSearchIE.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:50:12 PST 1995 by kalsow  
      modified on Sun Jun  5 21:58:07 PDT 1994 by mhb     
      modified on Wed Feb 17 16:46:35 PST 1993 by johnh   

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

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


<* PRAGMA LL *>

INTERFACE StringSearchIE;

<*NOWARN*> IMPORT Algorithm, View, Thread;
call the following to generate an event:

PROCEDURE Setup (
      initiator: Algorithm.T;
       p, s: TEXT
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Probe (
      initiator: Algorithm.T;
       i, j: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Result (
      initiator: Algorithm.T;
       res: BOOLEAN
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE PartialMatch (
      initiator: Algorithm.T;
       i, j, len: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE PartialMatchClear (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE CompleteMatch (
      initiator: Algorithm.T;
       j: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE SlideTo (
      initiator: Algorithm.T;
       j: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE KMPSetup (
      initiator: Algorithm.T;
       p: TEXT
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE AddEdge (
      initiator: Algorithm.T;
       f, t: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

END StringSearchIE.

interface View is in: