mentor/derived/ShortestPathViewClass.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 ShortestPath.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE ShortestPathViewClass;

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

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeNewVertex ( name: TEXT; x, y: REAL) RAISES {Thread.Alerted};
        oeNewEdge ( name, from, to, orientation: TEXT) RAISES {Thread.Alerted};
        oeStartFind ( from, to: TEXT) RAISES {Thread.Alerted};
        oePromote ( edge: TEXT; sIndex, dIndex: INTEGER) RAISES {Thread.Alerted};
        oeConsider ( edge: TEXT; sIndex, dIndex: INTEGER) RAISES {Thread.Alerted};
        oeTraceback ( edge: TEXT; sIndex, dIndex: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END ShortestPathViewClass.

interface View is in: