Last change
on this file since 139 was
139,
checked in by keesvb, 13 years ago
|
changed domain model for events and protocol parameters, and for template field storage, added NuGO PPS3 events, added searchable plugin for full text queries, corrected a few HTML errors in create study
|
File size:
342 bytes
|
Rev | Line | |
---|
[80] | 1 | package dbnp.studycapturing |
---|
| 2 | |
---|
[139] | 3 | // this class is now obsolete, should be deleted by Jahn when he's done with Event controller/views |
---|
| 4 | |
---|
[84] | 5 | /** |
---|
| 6 | * Class describing a concrete application of a protocol (which goes with numbers/values for the protocol parameters). |
---|
| 7 | */ |
---|
[80] | 8 | class ProtocolInstance { |
---|
| 9 | |
---|
| 10 | Protocol protocol |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | static constraints = { |
---|
| 14 | } |
---|
| 15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.