db_connect: Could not connect to paper db at "wotug@dragon.kent.ac.uk"
db_connect: Could not connect to paper db at "wotug@dragon.kent.ac.uk"
%T Automatic Conversion of CSP to CTJ, JCSP, and CCSP
db_connect: Could not connect to paper db at "wotug@dragon.kent.ac.uk"
%A V. Raju, L. Rong, G. S. Stiles
db_connect: Could not connect to paper db at "wotug@dragon.kent.ac.uk"
%E Jan F. Broenink, Gerald H. Hilderink
%B Communicating Process Architectures 2003
%X We present tools that automatically convert a subset of
machine\-readable CSPscript to executable Java or C code.
CSP is used to design and verify thecorrectness of large and
complex systems of processes that interact only viaexplicit
synchronous messages. These systems can be implemented in
Javausing CTJ or JCSP, packages that add CSP\-like features
to Java, or in CCSP, apackage that adds similar features to
standard C. Implementation of CSP systemscan be tedious and
error\-prone when large numbers of processes
andcommunications are involved, and sorting out errors in
channel naming or theordering of messages can be very
time\-consuming. The tools we have developedminimize such
problems by converting the verified CSP descriptions
ofcommunicating processes directly into Java or C code, thus
guaranteeing thatchannels are correctly named and the
communications occur in the proper order.This process can
significantly cut development time.