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
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * Class describing a concrete application of a protocol (which goes with numbers/values for the protocol parameters). |
---|
5 | */ |
---|
6 | class ProtocolInstance { |
---|
7 | |
---|
8 | Protocol protocol |
---|
9 | |
---|
10 | |
---|
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] |
---|
13 | static constraints = { |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.