Safety Property: NoWindows

//
// Disallows creation of any display windows
//

property NoWindows {
  check RDisplay.displayWindow (w: RWindow) {
      violation ("Attempt to open a window.");
  }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science