Package | Description |
---|---|
uk.ac.ebi.intenz.domain.enzyme |
The core enzyme information is held in these classes.
|
Modifier and Type | Field and Description |
---|---|
static EnzymeLink |
EnzymeLink.BRENDA
Static link to the BRENDA database.
|
static EnzymeLink |
EnzymeLink.CSA
Static link to the CSA database.
|
static EnzymeLink |
EnzymeLink.ERGO
Deprecated.
the ERGO website is not working any more.
|
static EnzymeLink |
EnzymeLink.EXPASY
Static link to the ENZYME database at expasy.org.
|
static EnzymeLink |
EnzymeLink.EXPLORENZ |
static EnzymeLink |
EnzymeLink.GO
Static link to the Gene Ontology database.
|
static EnzymeLink |
EnzymeLink.KEGG
Static link to the KEGG database.
|
static EnzymeLink |
EnzymeLink.METACYC
Link to MetaCyc.
|
static EnzymeLink |
EnzymeLink.NC_IUBMB
Static link to the GM pages (NC-IUBMB).
|
static EnzymeLink |
EnzymeLink.NIST74
Static link to the NIST 74 database.
|
static EnzymeLink |
EnzymeLink.PDB
Static link to the PDB database.
|
static EnzymeLink |
EnzymeLink.UMBBD
Static link to the UM-BBD database.
|
static EnzymeLink |
EnzymeLink.UNIPATHWAY |
static EnzymeLink |
EnzymeLink.WIT
Static link to the ERGO (formerly WIT) database.
|
Modifier and Type | Method and Description |
---|---|
static EnzymeLink |
EnzymeLink.getStaticLink(XrefDatabaseConstant databaseConstant) |
static EnzymeLink |
EnzymeLink.valueOf(XrefDatabaseConstant xrefDatabaseConstant,
String specificUrl,
String accession,
String name,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeLink instance. |
static EnzymeLink |
EnzymeLink.valueOf(XrefDatabaseConstant xrefDatabaseConstant,
String specificUrl,
String accession,
String name,
EnzymeSourceConstant source,
EnzymeViewConstant view,
String dataComment)
Returns a commented
EnzymeLink instance. |
Modifier and Type | Method and Description |
---|---|
SortedSet<EnzymeLink> |
EnzymeEntry.getCasNumbers()
CAS numbers for IntEnz and IUBMB views.
|
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks() |
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks(EnzymeViewConstant view)
Deprecated.
use
EnzymeEntry.getLinks(String) instead |
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks(String view) |
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks(View theView)
Return the links to entries in external databases.
|
SortedSet<EnzymeLink> |
EnzymeEntry.getUniProtLinks() |
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.addLink(EnzymeLink link)
Adds a link to the list of additional links.
|
int |
EnzymeLink.compareTo(EnzymeLink link)
Used for ordering links in a collection.
|
void |
EnzymeEntry.removeLink(EnzymeLink link)
Removes a link from the list of additional links.
|
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.setLinks(SortedSet<EnzymeLink> links)
Sets the list of links.
|
Copyright © 2014 EMBL-EBI. All rights reserved.