4659fc210a80c2944a366de4d7636b77b1238ec6
[jalview.git] / forester / java / src / org / forester / io / parsers / phyloxml / PhyloXmlMapping.java
1 // $Id:
2 // FORESTER -- software libraries and applications
3 // for evolutionary biology research and applications.
4 //
5 // Copyright (C) 2008-2009 Christian M. Zmasek
6 // Copyright (C) 2008-2009 Burnham Institute for Medical Research
7 // Copyright (C) 2000-2001 Washington University School of Medicine
8 // and Howard Hughes Medical Institute
9 // All rights reserved
10 //
11 // This library is free software; you can redistribute it and/or
12 // modify it under the terms of the GNU Lesser General Public
13 // License as published by the Free Software Foundation; either
14 // version 2.1 of the License, or (at your option) any later version.
15 //
16 // This library is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 // Lesser General Public License for more details.
20 //
21 // You should have received a copy of the GNU Lesser General Public
22 // License along with this library; if not, write to the Free Software
23 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
24 //
25 // Contact: phylosoft @ gmail . com
26 // WWW: www.phylosoft.org/forester
27
28 package org.forester.io.parsers.phyloxml;
29
30 /*
31  * @author Christian Zmasek TODO To change the template for this generated type
32  * comment go to Window - Preferences - Java - Code Style - Code Templates
33  */
34 public final class PhyloXmlMapping {
35
36     public static final String PHYLOGENY                                           = "phylogeny";
37     public static final String PHYLOGENY_NAME                                      = "name";
38     public static final String PHYLOGENY_DESCRIPTION                               = "description";
39     public static final String PHYLOGENY_IS_REROOTABLE_ATTR                        = "rerootable";
40     public static final String PHYLOGENY_BRANCHLENGTH_UNIT_ATTR                    = "branch_length_unit";
41     public static final String PHYLOGENY_IS_ROOTED_ATTR                            = "rooted";
42     public static final String PHYLOGENY_TYPE_ATTR                                 = "type";
43     public static final String CLADE                                               = "clade";
44     public static final String NODE_NAME                                           = "name";
45     public static final String NODE_COLLAPSE                                       = "collapse";
46     public static final String SEQUENCE                                            = "sequence";
47     public static final String SEQUENCE_NAME                                       = "name";
48     public static final String SEQUENCE_SYMBOL                                     = "symbol";
49     public static final String ACCESSION                                           = "accession";
50     public static final String ACCESSION_SOURCE_ATTR                               = "source";
51     public static final String SEQUENCE_LOCATION                                   = "location";
52     public static final String SEQUENCE_MOL_SEQ                                    = "mol_seq";
53     public static final String SEQUENCE_MOL_SEQ_ALIGNED_ATTR                       = "is_aligned";
54     public static final String ANNOTATION                                          = "annotation";
55     public static final String ANNOTATION_DESC                                     = "desc";
56     public static final String ANNOTATION_REF_ATTR                                 = "ref";
57     public static final String ANNOTATION_EVIDENCE_ATTR                            = "evidence";
58     public static final String ANNOTATION_TYPE_ATTR                                = "type";
59     public static final String TAXONOMY                                            = "taxonomy";
60     public static final String TAXONOMY_SCIENTIFIC_NAME                            = "scientific_name";
61     public static final String TAXONOMY_COMMON_NAME                                = "common_name";
62     public static final String TAXONOMY_CODE                                       = "code";
63     public static final String TAXONOMY_RANK                                       = "rank";
64     public static final String TAXONOMY_SYNONYM                                    = "synonym";
65     public static final String TAXONOMY_AUTHORITY                                  = "authority";
66     public static final String DISTRIBUTION                                        = "distribution";
67     public static final String BINARY_CHARACTERS                                   = "binary_characters";
68     public static final String BINARY_CHARACTERS_PRESENT                           = "present";
69     public static final String BINARY_CHARACTERS_GAINED                            = "gained";
70     public static final String BINARY_CHARACTERS_LOST                              = "lost";
71     public static final String BINARY_CHARACTERS_TYPE_ATTR                         = "type";
72     public static final String BINARY_CHARACTERS_PRESENT_COUNT_ATTR                = "present_count";
73     public static final String BINARY_CHARACTERS_GAINED_COUNT_ATTR                 = "gained_count";
74     public static final String BINARY_CHARACTERS_LOST_COUNT_ATTR                   = "lost_count";
75     public static final String BRANCH_LENGTH                                       = "branch_length";
76     public static final String CONFIDENCE                                          = "confidence";
77     public static final String CONFIDENCE_SD_ATTR                                  = "stddev";
78     public static final String CONFIDENCE_TYPE_ATTR                                = "type";
79     public static final String COLOR                                               = "color";
80     public static final String COLOR_RED                                           = "red";
81     public static final String COLOR_GREEN                                         = "green";
82     public static final String COLOR_BLUE                                          = "blue";
83     public final static String SEQUENCE_DOMAIN_ARCHITECTURE_DOMAIN                 = "domain";
84     public final static String SEQUENCE_DOMAIN_ARCHITECTURE_PROT_DOMAIN_FROM       = "from";
85     public final static String SEQUENCE_DOMAIN_ARCHITECTURE_PROT_DOMAIN_TO         = "to";
86     public final static String SEQUENCE_DOMAIN_ARCHITECTURE_PROT_DOMAIN_CONFIDENCE = "confidence";
87     // public final static String NODE_IDENTIFIER                                     = "node_id";
88     public final static String IDENTIFIER                                          = "id";
89     public final static String IDENTIFIER_PROVIDER_ATTR                            = "provider";
90     public static final String URI                                                 = "uri";
91     public static final String WIDTH                                               = "width";
92     public final static String EVENTS                                              = "events";
93     public final static String EVENT_TYPE                                          = "type";
94     public final static String EVENT_DUPLICATIONS                                  = "duplications";
95     public final static String EVENT_SPECIATIONS                                   = "speciations";
96     public final static String EVENT_LOSSES                                        = "losses";
97     public final static String SEQUENCE_DOMAIN_ARCHITECURE                         = "domain_architecture";
98     public final static String SEQUENCE_DOMAIN_ARCHITECTURE_LENGTH                 = "length";
99     public final static String SEQUENCE_TYPE                                       = "type";
100     public static final String BINARY_CHARACTER                                    = "bc";
101     public static final String URI_DESC_ATTR                                       = "desc";
102     public static final String TYPE_ATTR                                           = "type";
103     public static final String REFERENCE                                           = "reference";
104     public static final String REFERENCE_DOI_ATTR                                  = "doi";
105     public static final String REFERENCE_DESC                                      = "desc";
106     public static final String PROPERTY                                            = "property";
107     public static final String PROPERTY_REF                                        = "ref";
108     public static final String PROPERTY_UNIT                                       = "unit";
109     public static final String PROPERTY_DATATYPE                                   = "datatype";
110     public static final String PROPERTY_APPLIES_TO                                 = "applies_to";
111     public static final String ID_REF                                              = "id_ref";
112     public static final String ANNOTATION_SOURCE_ATTR                              = "source";
113     public static final String DISTRIBUTION_DESC                                   = "desc";
114     public static final String POINT                                               = "point";
115     public static final String POINT_LONGITUDE                                     = "long";
116     public static final String POINT_LATITUDE                                      = "lat";
117     public static final String POINT_ALTITUDE                                      = "alt";
118     public static final String POINT_ALTITUDE_UNIT_ATTR                            = "alt_unit";
119     public static final String POINT_GEODETIC_DATUM                                = "geodetic_datum";
120     public static final String CLADE_DATE                                          = "date";
121     public static final String CLADE_DATE_UNIT                                     = "unit";
122     public static final String CLADE_DATE_DESC                                     = "desc";
123     public static final String CLADE_DATE_MIN                                      = "minimum";
124     public static final String CLADE_DATE_MAX                                      = "maximum";
125     public static final String CLADE_DATE_VALUE                                    = "value";
126     public final static String SEQUENCE_RELATION                                   = "sequence_relation";
127     public final static String SEQUENCE_RELATION_TYPE                              = "type";
128     public final static String SEQUENCE_RELATION_ID_REF0                           = "id_ref_0";
129     public final static String SEQUENCE_RELATION_ID_REF1                           = "id_ref_1";
130     public final static String SEQUENCE_RELATION_DISTANCE                          = "distance";
131     public final static String SEQUENCE_SOURCE_ID                                  = "id_source";
132     public final static String POLYGON                                             = "polygon";
133
134     private PhyloXmlMapping() {
135     }
136 }