X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fservice%2Fthreedbeacons%2FTDB_FTSData.java;fp=src%2Fjalview%2Ffts%2Fservice%2Fthreedbeacons%2FTDB_FTSData.java;h=3045d3dc6181f974046de5ea0f77cd40acde74ac;hb=9c98d4bd666346f6ad3892c5394b7da3be82d93e;hp=6745bb8f699fd38e456a780a41aa16201442a930;hpb=c7b2143c9cf7c5e05ad63251f7d3910751b16d20;p=jalview.git diff --git a/src/jalview/fts/service/threedbeacons/TDB_FTSData.java b/src/jalview/fts/service/threedbeacons/TDB_FTSData.java index 6745bb8..3045d3d 100644 --- a/src/jalview/fts/service/threedbeacons/TDB_FTSData.java +++ b/src/jalview/fts/service/threedbeacons/TDB_FTSData.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.fts.service.threedbeacons; import java.util.Map; @@ -21,25 +41,43 @@ public class TDB_FTSData implements FTSData /* * fields in the JSON object */ - public static String Uniprot_Id= "id"; - public static String Uniprot_Start= "uniprot_start"; - public static String Uniprot_End= "uniprot_end"; - public static String Provider= "provider"; - public static String Model_id= "model_identifier"; - public static String Model_Category= "model_category"; - public static String Model_Type= "model_type"; - public static String Model_Title="model_title"; - public static String Resolution= "resolution"; - public static String Confidence= "confidence_avg_local_score"; - public static String Confidence_Score_Type= "confidence_type"; - public static String Confidence_Score_Version= "confidence_version"; - public static String Coverage= "coverage"; - public static String Sequence_Identity= "sequence_identity"; - public static String Created_Date= "created"; - public static String UniProt_Accession= "uniprot_accession"; - public static String Url= "model_url"; - public static String Page_URL= "model_page_url"; - public static String Ensemble_Sample_Url= "ensembl_sample_url"; + public static String Uniprot_Id = "id"; + + public static String Uniprot_Start = "uniprot_start"; + + public static String Uniprot_End = "uniprot_end"; + + public static String Provider = "provider"; + + public static String Model_id = "model_identifier"; + + public static String Model_Category = "model_category"; + + public static String Model_Type = "model_type"; + + public static String Model_Title = "model_title"; + + public static String Resolution = "resolution"; + + public static String Confidence = "confidence_avg_local_score"; + + public static String Confidence_Score_Type = "confidence_type"; + + public static String Confidence_Score_Version = "confidence_version"; + + public static String Coverage = "coverage"; + + public static String Sequence_Identity = "sequence_identity"; + + public static String Created_Date = "created"; + + public static String UniProt_Accession = "uniprot_accession"; + + public static String Url = "model_url"; + + public static String Page_URL = "model_page_url"; + + public static String Ensemble_Sample_Url = "ensembl_sample_url"; /** * original response from server