package uk.ac.vamsas.objects.utils; /** * dict attribute values for glyph symbol sets found in uk.ac.vamsas.objects.core.AnnotationElement * TODO: add validators and multilength symbols. * @author JimP * */ public class GlyphDictionary { /** * standard H, E, or C three state secondary structure assignment. */ static final public String PROTEIN_SS_3STATE="aasecstr_3"; // HE, blank or C /** * default glyph type attribute indicates a UTF8 character */ static final public String DEFAULT="utf8"; /** * kyte and doolittle hydrophobicity * TODO: specify this glyph set. */ static final public String PROTEIN_HD_HYDRO="kd_hydrophobicity"; }