********************************************************************
* NOTE: This file is generated automatically from the event * definition file DGraph.evt. ********************************************************************<* PRAGMA LL *> INTERFACEDGraphViewClass ; <*NOWARN*> IMPORT AdjMatrix, View, Thread; TYPE T <: Public; Public = View.T OBJECT METHODS <*LL = {} *> oeSetup ( m: AdjMatrix.T) RAISES {Thread.Alerted}; oeAddEdge ( from, to: INTEGER) RAISES {Thread.Alerted}; oeMarkEdge ( from, to: INTEGER; depth: INTEGER) RAISES {Thread.Alerted}; oeUnMarkEdge ( from, to: INTEGER; depth: INTEGER) RAISES {Thread.Alerted}; oeMarkVertex ( v: INTEGER; depth: INTEGER; rcset: AdjMatrix.RCSet) RAISES {Thread.Alerted}; oeUnMarkVertex ( v: INTEGER; depth: INTEGER; rcset: AdjMatrix.RCSet) RAISES {Thread.Alerted}; oeNewTree ( root: INTEGER; label: TEXT) RAISES {Thread.Alerted}; oeHighlight ( node: INTEGER; highlight: REAL; nodeOnly: BOOLEAN) RAISES {Thread.Alerted}; oeAddChild ( parent, pred, child: INTEGER; label: TEXT) RAISES {Thread.Alerted}; oeRemoveChild ( parent, ch: INTEGER) RAISES {Thread.Alerted}; <*LL = VBT.mu *> END; END DGraphViewClass.