previous up next
Go backward to Correctness Statement
Go up to Top
Go forward to Client Model
RISC-Linz logo

System Model

SystemC,R(pc) :<=>
   var server, client, ...:
   and
      InitC,R(pc, server, client, ...)
      always ActionC,R(pc, server, client, ...)
 
ActionC,R(pc, server, client, ...) :<=>
   or
      ServerC,R(server, client, ...)
      exists i in [1,C]:
         Clienti(pc, server, client, ...)
 
Local system state.
 
Condition on initial state of the system.
Transition between system states.
 
An action of the system.
 
An action of the server.
 
An action of some of the clients.

Interleaved actions of server and clients on state variables.


Author: Wolfgang Schreiner
Last Modification: April 22, 1999

previous up next