From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_20,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Xref: utzoo comp.software-eng:2682 comp.lang.ada:3084 comp.realtime:368 comp.infosystems:41 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!sol.ctr.columbia.edu!emory!hubcap!wtwolfe From: wtwolfe@hubcap.clemson.edu (Bill Wolfe) Newsgroups: comp.software-eng,comp.lang.ada,comp.realtime,comp.infosystems Subject: Entity-Life Modeling Message-ID: <7467@hubcap.clemson.edu> Date: 15 Dec 89 21:06:45 GMT Organization: Clemson University, Clemson, SC List-Id: Two excellent papers have recently appeared in _Communications Of The ACM_ on the topic of Entity-Life Modeling, a design technique for concurrent software systems. The first article, "An Entity-Life Modeling Approach to the Design of Concurrent Software", illustrates the design of a elevator control system using entity-life modeling, and compares it to the JSD (Jackson Structured Development) approach. It appears in the March 1989 issue (Volume 32, Number 3), pages 330-343. The second article, "Entity-Life Modeling and Structured Analysis in Real-Time Software Design - A Comparison", compares the approach of entity-life modeling with the approach of structured analysis. It appears in the December 1989 issue (Volume 32, Number 12), pages 1458-1466. The author is Bo Sanden, of the Center for Software Systems Engineering at George Mason University. I strongly recommend these articles to anyone who is interested in the topic of designing concurrent software systems. Bill Wolfe, wtwolfe@hubcap.clemson.edu