mentor/derived/HullViewClass.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 Hull.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE HullViewClass;

<*NOWARN*> IMPORT HullFmt, IntList, SiteList, View, Thread;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( trueSites, auxSites: SiteList.T) RAISES {Thread.Alerted};
        oeSetHalfPlane ( tail, head: INTEGER) RAISES {Thread.Alerted};
        oeClearHead ( ) RAISES {Thread.Alerted};
        oeTestSite ( i: INTEGER) RAISES {Thread.Alerted};
        oeClearTest ( ) RAISES {Thread.Alerted};
        oeSetTail ( i: INTEGER) RAISES {Thread.Alerted};
        oeClearTail ( ) RAISES {Thread.Alerted};
        oeMoveHalfPlane ( tail, head: INTEGER) RAISES {Thread.Alerted};
        oeConfirm ( tail, head: INTEGER) RAISES {Thread.Alerted};
        oeDeny ( tail, head: INTEGER) RAISES {Thread.Alerted};
        oeSwap ( i, j: INTEGER) RAISES {Thread.Alerted};
        oeSentinel ( i, j: INTEGER) RAISES {Thread.Alerted};
        oeReOrder ( l: IntList.T) RAISES {Thread.Alerted};
        oeStretch ( hullSites, otherSites: IntList.T) RAISES {Thread.Alerted};
        oeSnap ( hullSites, otherSites: IntList.T) RAISES {Thread.Alerted};
        oeShuffle ( hullSites, otherSites: IntList.T) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END HullViewClass.

interface View is in: