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.
|
Modifier and Type | Method and Description |
---|---|
static View |
View.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View[] |
View.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnzymaticReactions |
EnzymaticReactions.forView(View theView)
Filters this collection of reactions for a given view.
|
List<EnzymeComment> |
EnzymeEntry.getComments(View theView) |
EnzymaticReactions |
EnzymeEntry.getEnzymaticReactions(View view)
Gets a collection of enzymatic reactions for the given view.
|
SortedSet<EnzymeLink> |
EnzymeEntry.getLinks(View theView)
Return the links to entries in external databases.
|
List<uk.ac.ebi.rhea.domain.Reaction> |
EnzymeEntry.getReactions(View view) |
List<uk.ac.ebi.rhea.domain.Reaction> |
EnzymaticReactions.getReactions(View theView) |
List<EnzymeName> |
EnzymeEntry.getSynonyms(View theView) |
Copyright © 2014 EMBL-EBI. All rights reserved.