Changeset 157 for trunk/grails-app/domain/dbnp/data/Ontology.groovy
- Timestamp:
- Feb 2, 2010, 10:31:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/data/Ontology.groovy
r106 r157 4 4 * This class describes an existing ontology, of which terms can be stored (actually 'cached' would be a better description) 5 5 * in the (global) Term store. 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 6 11 */ 7 class Ontology { 8 12 class Ontology implements Serializable { 9 13 String name 10 14 String shortName 11 15 String url 12 13 16 }
Note: See TracChangeset
for help on using the changeset viewer.