model: add class ModelAction
authorBrian Norris <banorris@uci.edu>
Tue, 10 Apr 2012 21:51:30 +0000 (14:51 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 10 Apr 2012 21:56:54 +0000 (14:56 -0700)
commit3ec8b2cabc09653e410e28531669102d2bab449b
treeb80e183cb2b97d59599678e074bb2e25f5a500cd
parent8e649bb08299bf12cc4e50ffd5f956a4faf32f8f
model: add class ModelAction

Represents a single action (sometimes called transition) in our program. This
can be a THREAD_* event (creation, join, etc.) or a relevant read/write
operation (e.g., atomic reads/writes). This object and interface is subject to
change a little...
model.cc
model.h