********************************************************************
      *  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.