Package | Description |
---|---|
uk.ac.ebi.intenz.domain.enzyme |
The core enzyme information is held in these classes.
|
uk.ac.ebi.intenz.domain.history |
The classification classes will be used to represent the EC hierarchy
and the enzyme history.
|
Modifier and Type | Method and Description |
---|---|
List<EnzymeEntry> |
EnzymeSubSubclass.getEntries() |
Modifier and Type | Method and Description |
---|---|
int |
EnzymeEntryNameComparator.compare(EnzymeEntry o1,
EnzymeEntry o2) |
int |
EnzymeEntryEcComparator.compare(EnzymeEntry o1,
EnzymeEntry o2) |
Constructor and Description |
---|
EnzymeSubSubclass(EnzymeCommissionNumber ec,
String className,
String subclassName,
String name,
String description,
List<EnzymeEntry> entries)
Returns an
EnzymeSubSubclass instance. |
Modifier and Type | Method and Description |
---|---|
EnzymeEntry |
HistoryNode.getEnzymeEntry() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryNode.setEnzymeEntry(EnzymeEntry enzymeEntry) |
Copyright © 2014 EMBL-EBI. All rights reserved.