employee.lsl

employee.lsl

employee: trait
  assumes CTrait
  introduces
    maxEmployeeName, employeePrintSize: -> int
  asserts equations
    maxEmployeeName > 0 /\ maxEmployeeName <= 20;
    employeePrintSize > 0 /\ employeePrintSize <= 80

Return LCLint Home Page David Evans
Software Devices and Systems
evs@sds.lcs.mit.edu