source:
trunk/grails-app/domain/dbnp/transcriptomics/magetab/idf/Factor.groovy
@
70
Last change on this file since 70 was 70, checked in by keesvb, 12 years ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | package dbnp.transcriptomics.magetab.idf |
2 | |
3 | class Factor { |
4 | |
5 | String name |
6 | OntologyTerm type |
7 | |
8 | static constraints = { |
9 | |
10 | type(nullable: true) |
11 | |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.