|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
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. |
Uses of View in uk.ac.ebi.intenz.domain.constants |
---|
Methods in uk.ac.ebi.intenz.domain.constants that return View | |
---|---|
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. |
Uses of View in uk.ac.ebi.intenz.domain.enzyme |
---|
Methods in uk.ac.ebi.intenz.domain.enzyme with parameters of type View | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |