Package | Description |
---|---|
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 | Method and Description |
---|---|
List<Reference> |
EnzymeEntry.getReferences() |
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.addReference(Reference reference)
Adds a reference to the list of references.
|
void |
EnzymeEntry.removeReference(Reference reference)
Removes a reference from the list of references.
|
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.setReferences(List<Reference> references)
Sets the list of refernces.
|
Modifier and Type | Class and Description |
---|---|
class |
Book
This class stores additional information about a book.
|
class |
Journal
This class stores additional information about a journal.
|
class |
Patent
This class stores additional information about patents.
|
Copyright © 2014 EMBL-EBI. All rights reserved.