|
|
|
|
|
|
|
|
|
Powerpoint project presentation: project.ppt
| Bottle.java | |
|---|---|
class Bottle {
protected boolean full;
Bottle() { full = false; }
void fill() { full = true; }
void drink() { full = false; }
boolean isEmpty() { return !full; }
}
|
![]() |
| group11.{zip|tar.gz|tgz}: |
|---|
group11/ // directory with your group number - which is NOT 11 :)
group11/factory.lts // including comments(!!!) and validated(!) safety and liveness properties!
group11/structure_diagram.{gif|jpg} // cf. [MK 3.1.6], ignoring safety properties
group11/class_diagram.{gif|jpg} // UML class diagram
group11/*.java // only ".java" files (i.e. NOT ".class" files)
|
april/maj 2004 -------------------- M T O T F L S 26 27 28 29 30 01 02 03 04 05 06 |
|
| ![]() |