enum constants for Glyph types.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 5 Sep 2006 09:50:42 +0000 (09:50 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 5 Sep 2006 09:50:42 +0000 (09:50 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@235 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/objects/utils/GlyphDictionary.java [new file with mode: 0644]

diff --git a/src/org/vamsas/objects/utils/GlyphDictionary.java b/src/org/vamsas/objects/utils/GlyphDictionary.java
new file mode 100644 (file)
index 0000000..1ed7b20
--- /dev/null
@@ -0,0 +1,23 @@
+package org.vamsas.objects.utils;\r
+\r
+/**\r
+ * dict attribute values for glyph symbol sets found in org.vamsas.objects.core.AnnotationElement\r
+ * TODO: add validators and multilength symbols.\r
+ * @author JimP\r
+ *\r
+ */\r
+public class GlyphDictionary {\r
+  /**\r
+   * standard H, E, or C three state secondary structure assignment.\r
+   */\r
+  static final public String PROTEIN_SS_3STATE="aasecstr_3"; // HE, blank or C\r
+  /**\r
+   * default glyph type attribute indicates a UTF8 character\r
+   */\r
+  static final public String DEFAULT="utf8";\r
+  /**\r
+   * kyte and doolittle hydrophobicity\r
+   * TODO: specify this glyph set.\r
+   */\r
+  static final public String PROTEIN_HD_HYDRO="kd_hydrophobicity";\r
+}\r