Implementing Lyee–Calculus in Java
作者:
Highlights:
•
摘要
The Lyee methodology allows the development of a software by simply defining its requirements. More precisely, a developer has only to provide words, calculation formulae, calculation conditions and layout of screens and printouts, and then leaves in the hands of the computer, all subsequent troublesome programming process, i.e. control logic aspects. The formalization of Lyee methodology led to the definition of Lyee–Calculus, a formal process algebra, that easily and naturally supports the basic concepts of the Lyee methodology. In fact, this calculus can be seen as an abstract machine, which is more suitable to support the Lyee methodology concepts than the Von Newman one. This machine considers a program as a set of molecules that interact together to produce the desired result. Basically, the Lyee–Calculus allows a high level specification of sequential, parallel and alternative processes that synchronized through communicating channels.This paper provides an implementation of the constructs of the Lyee–Calculus in Java language in order to concretely show the efficiency of this calculus and its suitability for the Lyee methodology. Moreover, this implementation aims to give to programmers an environment that allows them to automatically generate applications from formal descriptions in Lyee–Calculus. In other words, this Java implementation of the Lyee–Calculus provides a means of bridging the gap between Lyee requirement specifications and their implementations.
论文关键词:Lyee methodology,Lyee–Calculus,Process algebra,Java,JCSP
论文评审过程:Available online 15 November 2005.
论文官网地址:https://doi.org/10.1016/j.knosys.2005.10.004