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 EnzymeViewConstant |
EnzymeViewConstant.INTENZ
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.IUBMB
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.IUBMB_INTENZ
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.IUBMB_SIB
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.SIB
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.SIB_INTENZ
Deprecated.
|
static EnzymeViewConstant |
EnzymeViewConstant.UNDEF
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static List<EnzymeViewConstant> |
EnzymeViewConstant.VIEW_CONSTANTS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EnzymeViewConstant |
EnzymeViewConstant.valueOf(String viewCode)
Deprecated.
Returns the corresponding instance of the given view code.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EnzymeViewConstant.isInView(EnzymeViewConstant theView,
Object o)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EnzymeViewConstant |
EnzymaticReactions.getReactionView(int i) |
EnzymeViewConstant |
Viewable.getView() |
EnzymeViewConstant |
EnzymeName.getView()
Returns the name's view code.
|
EnzymeViewConstant |
EnzymeLink.getView() |
EnzymeViewConstant |
EnzymeComment.getView() |
EnzymeViewConstant |
EnzymaticReactions.VisibleReaction.getView() |
EnzymeViewConstant |
Cofactor.getView() |
Modifier and Type | Method and Description |
---|---|
List<EnzymeComment> |
EnzymeEntry.getComments(EnzymeViewConstant view)
Deprecated.
use
EnzymeEntry.getComments(String) instead |
EnzymeName |
EnzymeEntry.getCommonName(EnzymeViewConstant view)
Returns the first common name which
view value matches the
parameter's view value. |
static EnzymeName |
EnzymeName.getCommonNameInstance(String name,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's common (recommended) name. |
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks(EnzymeViewConstant view)
Deprecated.
use
EnzymeEntry.getLinks(String) instead |
List<uk.ac.ebi.rhea.domain.Reaction> |
EnzymeEntry.getReactions(EnzymeViewConstant view)
Deprecated.
use
EnzymeEntry.getReactions(View) or EnzymeEntry.getReactions(String) instead. |
static EnzymeName |
EnzymeName.getSynonymInstance(String name,
EnzymeNameQualifierConstant qualifier,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's synonym. |
List<EnzymeName> |
EnzymeEntry.getSynonyms(EnzymeViewConstant view)
Deprecated.
use
EnzymeEntry.getSynonyms(String) or EnzymeEntry.getSynonyms(View) instead. |
static EnzymeName |
EnzymeName.getSystematicNameInstance(String name,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Returns an
EnzymeName instance representing an enzyme's systematic name. |
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 |
---|---|
EnzymeViewConstant |
Reference.getView() |
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.