Package | Description |
---|---|
uk.ac.ebi.intenz.domain.constants |
The most commonly used constants are implemented as typesafe enums.
|
uk.ac.ebi.intenz.domain.enzyme |
The core enzyme information is held in these classes.
|
uk.ac.ebi.intenz.domain.reference |
Classes for storing publication data.
|
Modifier and Type | Field and Description |
---|---|
static EnzymeSourceConstant |
EnzymeSourceConstant.BRENDA |
static EnzymeSourceConstant |
EnzymeSourceConstant.INTENZ |
static EnzymeSourceConstant |
EnzymeSourceConstant.IUBMB |
static EnzymeSourceConstant |
EnzymeSourceConstant.SIB |
static EnzymeSourceConstant |
EnzymeSourceConstant.UNDEF |
Modifier and Type | Method and Description |
---|---|
static EnzymeSourceConstant |
EnzymeSourceConstant.valueOf(String sourceCode)
Returns the corresponding instance of the given source code.
|
Modifier and Type | Method and Description |
---|---|
EnzymeSourceConstant |
EnzymeName.getSource()
Returns the name's source.
|
EnzymeSourceConstant |
EnzymeLink.getSource() |
EnzymeSourceConstant |
EnzymeEntry.getSource() |
EnzymeSourceConstant |
EnzymeComment.getSource() |
EnzymeSourceConstant |
Cofactor.getSource() |
Modifier and Type | Method and Description |
---|---|
static EnzymeName |
EnzymeName.getCommonNameInstance(String name,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's common (recommended) name. |
static EnzymeName |
EnzymeName.getSynonymInstance(String name,
EnzymeNameQualifierConstant qualifier,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's synonym. |
static EnzymeName |
EnzymeName.getSystematicNameInstance(String name,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's systematic name. |
void |
EnzymeEntry.setSource(EnzymeSourceConstant source)
Sets the enzyme's source.
|
static Cofactor |
Cofactor.valueOf(uk.ac.ebi.rhea.domain.Compound compound,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Builds a cofactor from the passed parameters.
|
static EnzymeName |
EnzymeName.valueOf(String name,
EnzymeNameTypeConstant type,
EnzymeNameQualifierConstant qualifier,
EnzymeSourceConstant source,
EnzymeViewConstant view) |
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. |
Constructor and Description |
---|
Cofactor(String cofactorValue,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Deprecated.
use the valueOf method instead to call the private constructor
|
EnzymeComment(String commentText,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns a
EnzymeComment instance. |
Modifier and Type | Method and Description |
---|---|
EnzymeSourceConstant |
Reference.getSource() |
Constructor and Description |
---|
Book(Long id,
String authors,
String title,
String year,
String firstPage,
String lastPage,
String pubName,
String edition,
String editor,
String volume,
String publisher,
String publisherPlace,
EnzymeViewConstant view,
EnzymeSourceConstant source)
Returns a
Book instance. |
Journal(Long id,
String authors,
String title,
String year,
String pubName,
String firstPage,
String lastPage,
String volume,
String pubMedId,
String medlineId,
EnzymeViewConstant view,
EnzymeSourceConstant source)
Returns a Journal instance.
|
Patent(Long id,
String authors,
String title,
String year,
String patentNumber,
EnzymeViewConstant view,
EnzymeSourceConstant source)
Returns a
Patent instance. |
Copyright © 2014 EMBL-EBI. All rights reserved.