Last change
on this file since 112 was
112,
checked in by jahn, 12 years ago
|
Committed as part of Event editing.
|
File size:
434 bytes
|
Rev | Line | |
---|
[80] | 1 | package dbnp.studycapturing |
---|
| 2 | |
---|
[84] | 3 | /** |
---|
| 4 | * Class describing a concrete application of a protocol (which goes with numbers/values for the protocol parameters). |
---|
| 5 | */ |
---|
[80] | 6 | class ProtocolInstance { |
---|
| 7 | |
---|
| 8 | Protocol protocol |
---|
| 9 | |
---|
| 10 | |
---|
[112] | 11 | // TODO: check how the values can be indexed so that they can be mapped to their respective parameters (should we use maps here?) |
---|
| 12 | static hasMany = [values : ProtocolParameterInstance] |
---|
[80] | 13 | static constraints = { |
---|
| 14 | } |
---|
| 15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.